Skip to content

Commit d95bd78

Browse files
committed
Week 18, 2026 - Weekly Library Upgrades
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 52a730a commit d95bd78

66 files changed

Lines changed: 694 additions & 676 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

basicmessage_storage/integration/poetry.lock

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

basicmessage_storage/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package-mode = false
77

88
[tool.poetry.dependencies]
99
python = "^3.13"
10-
pytest = "^8.3.5"
10+
pytest = "^9.0.3"
1111
pytest-asyncio = "^1.2.0"
1212
requests = "^2.32.0"
1313

basicmessage_storage/poetry.lock

Lines changed: 28 additions & 27 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ mergedeep = "^1.3.4"
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.group.dev.dependencies]
20-
ruff = "^0.15.4"
21-
pytest = "^8.3.5"
20+
ruff = "^0.15.12"
21+
pytest = "^9.0.3"
2222
pytest-asyncio = "^1.2.0"
2323
pytest-cov = "^5.0.0"
2424
pytest-ruff = "^0.4.1"

cache_redis/integration/poetry.lock

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

cache_redis/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package-mode = false
77

88
[tool.poetry.dependencies]
99
python = "^3.13"
10-
pytest = "^8.3.5"
10+
pytest = "^9.0.3"
1111
pytest-asyncio = "^1.2.0"
1212
acapy-controller = {git = "https://github.com/openwallet-foundation/acapy-minimal-example.git", rev = "main"}
1313
redis = "^4.2.0"

cache_redis/poetry.lock

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

cache_redis/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ redis = "^4.3.0"
1515
aca-py = ["acapy-agent"]
1616

1717
[tool.poetry.group.dev.dependencies]
18-
ruff = "^0.15.4"
19-
pytest = "^8.3.5"
18+
ruff = "^0.15.12"
19+
pytest = "^9.0.3"
2020
pytest-asyncio = "^1.2.0"
2121
pytest-cov = "^5.0.0"
2222
pytest-ruff = "^0.4.1"

0 commit comments

Comments
 (0)