Skip to content

Commit aae3146

Browse files
authored
Week 4, 2025 Library Upgrades (openwallet-foundation#1440)
Signed-off-by: jamshale <[email protected]>
1 parent f214adf commit aae3146

File tree

19 files changed

+197
-198
lines changed

19 files changed

+197
-198
lines changed

basicmessage_storage/poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mergedeep = "^1.3.4"
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.dev-dependencies]
20-
ruff = "^0.9.1"
20+
ruff = "^0.9.2"
2121
pytest = "^8.3.3"
2222
pytest-asyncio = "^0.25.2"
2323
pytest-cov = "^5.0.0"

cheqd/poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cheqd/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cryptography = "<38.0.0"
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.dev-dependencies]
20-
ruff = "^0.9.1"
20+
ruff = "^0.9.2"
2121
pytest = "^8.3.3"
2222
pytest-asyncio = "^0.25.2"
2323
pytest-cov = "^5.0.0"
@@ -31,7 +31,7 @@ python3-indy = { version = "^1.11.1" }
3131
anoncreds = { version = "0.2.0" }
3232

3333
[tool.poetry.group.dev.dependencies]
34-
aioresponses = "^0.7.7"
34+
aioresponses = "^0.7.8"
3535

3636
[tool.ruff]
3737
line-length = 90
@@ -89,4 +89,3 @@ output = ".test-reports/coverage.xml"
8989
[build-system]
9090
requires = ["setuptools", "poetry-core>=1.2"]
9191
build-backend = "poetry.core.masonry.api"
92-

connection_update/poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ acapy-agent = { version = "~1.2.0", optional = true }
1616
aca-py = ["acapy-agent"]
1717

1818
[tool.poetry.dev-dependencies]
19-
ruff = "^0.9.1"
19+
ruff = "^0.9.2"
2020
pytest = "^8.3.3"
2121
pytest-asyncio = "^0.25.2"
2222
pytest-cov = "^5.0.0"

0 commit comments

Comments
 (0)