Skip to content

Commit

Permalink
Merge branch 'main' into rngadam/issue3182
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam authored Aug 19, 2024
2 parents 235e176 + 277e958 commit 8ddda15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/hyperledger/aries-cloudagent-python"

[tool.poetry.dependencies]
python = "^3.12"
aiohttp="~3.10.3"
aiohttp="~3.10.4"
aiohttp-apispec-acapy="~3.0.2"
aiohttp-cors="~0.7.0"
apispec="^6.6.0"
Expand Down Expand Up @@ -64,7 +64,7 @@ didcomm-messaging = {version = "^0.1.1a0", optional = true }
[tool.poetry.group.dev.dependencies]
pre-commit = "~3.8.0"
# Sync with version in .pre-commit-config.yaml
ruff = "0.5.7"
ruff = "0.6.1"

sphinx="^5.3.0"
sphinx-rtd-theme=">=0.4.3"
Expand Down

0 comments on commit 8ddda15

Please sign in to comment.