Skip to content

Commit d5ac7e1

Browse files
authored
Week 51 library upgrades (openwallet-foundation#1306)
* Week 51 library upgrades Signed-off-by: jamshale <jamiehalebc@gmail.com> * Revert uvicorn upgrade Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 4bfb6dd commit d5ac7e1

File tree

24 files changed

+285
-286
lines changed

24 files changed

+285
-286
lines changed

basicmessage_storage/poetry.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ mergedeep = "^1.3.4"
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.dev-dependencies]
20-
ruff = "^0.8.2"
20+
ruff = "^0.8.3"
2121
pytest = "^8.3.3"
22-
pytest-asyncio = "^0.24.0"
22+
pytest-asyncio = "^0.25.0"
2323
pytest-cov = "^5.0.0"
2424
pytest-ruff = "^0.4.1"
2525

connection_update/poetry.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ acapy-agent = { version = "~1.1.1", optional = true }
1616
aca-py = ["acapy-agent"]
1717

1818
[tool.poetry.dev-dependencies]
19-
ruff = "^0.8.2"
19+
ruff = "^0.8.3"
2020
pytest = "^8.3.3"
21-
pytest-asyncio = "^0.24.0"
21+
pytest-asyncio = "^0.25.0"
2222
pytest-cov = "^5.0.0"
2323
pytest-ruff = "^0.4.1"
2424

0 commit comments

Comments
 (0)