Skip to content

Commit 0efdc55

Browse files
authored
Week 46, 2025 - Library Upgrades (#2361)
Signed-off-by: jamshale <[email protected]>
1 parent d1a5175 commit 0efdc55

File tree

33 files changed

+2259
-2165
lines changed

33 files changed

+2259
-2165
lines changed

basicmessage_storage/poetry.lock

Lines changed: 147 additions & 143 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.group.dev.dependencies]
20-
ruff = "^0.14.3"
20+
ruff = "^0.14.4"
2121
pytest = "^8.3.5"
2222
pytest-asyncio = "^1.1.0"
2323
pytest-cov = "^5.0.0"

cheqd/poetry.lock

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

cheqd/pyproject.toml

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

1919
[tool.poetry.group.dev.dependencies]
2020
aioresponses = "^0.7.8"
21-
ruff = "^0.14.3"
21+
ruff = "^0.14.4"
2222
pytest = "^8.3.5"
2323
pytest-asyncio = "^1.1.0"
2424
pytest-cov = "^5.0.0"

connection_update/poetry.lock

Lines changed: 147 additions & 143 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.3.2", optional = true }
1616
aca-py = ["acapy-agent"]
1717

1818
[tool.poetry.group.dev.dependencies]
19-
ruff = "^0.14.3"
19+
ruff = "^0.14.4"
2020
pytest = "^8.3.5"
2121
pytest-asyncio = "^1.1.0"
2222
pytest-cov = "^5.0.0"

connections/poetry.lock

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

connections/pyproject.toml

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

1818
[tool.poetry.group.dev.dependencies]
19-
ruff = "^0.14.3"
19+
ruff = "^0.14.4"
2020
pytest = "^8.3.5"
2121
pytest-asyncio = "^1.1.0"
2222
pytest-cov = "^5.0.0"

firebase_push_notifications/poetry.lock

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

firebase_push_notifications/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ python = "^3.12"
1212
acapy-agent = { version = "~1.3.2", optional = true }
1313

1414
marshmallow = "^3.23.3"
15-
google-auth = "^2.42.1"
16-
google-api-python-client = "^2.186.0"
15+
google-auth = "^2.43.0"
16+
google-api-python-client = "^2.187.0"
1717
requests = "^2.31.0"
1818
protobuf = "6.33.0"
1919

2020
[tool.poetry.extras]
2121
aca-py = ["acapy-agent"]
2222

2323
[tool.poetry.group.dev.dependencies]
24-
ruff = "^0.14.3"
24+
ruff = "^0.14.4"
2525
pytest = "^8.3.5"
2626
pytest-asyncio = "^1.1.0"
2727
pytest-cov = "^5.0.0"

0 commit comments

Comments
 (0)