Skip to content

Commit

Permalink
Week 4, 2025 Library Upgrades
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Jan 21, 2025
1 parent e1db379 commit 87c8e89
Show file tree
Hide file tree
Showing 19 changed files with 196 additions and 197 deletions.
40 changes: 20 additions & 20 deletions basicmessage_storage/poetry.lock

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

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mergedeep = "^1.3.4"
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.9.1"
ruff = "^0.9.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.25.2"
pytest-cov = "^5.0.0"
Expand Down
46 changes: 23 additions & 23 deletions cheqd/poetry.lock

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

5 changes: 2 additions & 3 deletions cheqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cryptography = "<38.0.0"
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.9.1"
ruff = "^0.9.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.25.2"
pytest-cov = "^5.0.0"
Expand All @@ -31,7 +31,7 @@ python3-indy = { version = "^1.11.1" }
anoncreds = { version = "0.2.0" }

[tool.poetry.group.dev.dependencies]
aioresponses = "^0.7.7"
aioresponses = "^0.7.8"

[tool.ruff]
line-length = 90
Expand Down Expand Up @@ -89,4 +89,3 @@ output = ".test-reports/coverage.xml"
[build-system]
requires = ["setuptools", "poetry-core>=1.2"]
build-backend = "poetry.core.masonry.api"

40 changes: 20 additions & 20 deletions connection_update/poetry.lock

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

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ acapy-agent = { version = "~1.2.0", optional = true }
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.9.1"
ruff = "^0.9.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.25.2"
pytest-cov = "^5.0.0"
Expand Down
Loading

0 comments on commit 87c8e89

Please sign in to comment.