Skip to content

Commit e1103b0

Browse files
authored
Week 25, 2025 Library Upgrades (#1825)
Signed-off-by: jamshale <[email protected]>
1 parent bd7d05a commit e1103b0

File tree

16 files changed

+387
-414
lines changed

16 files changed

+387
-414
lines changed

basicmessage_storage/poetry.lock

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

cheqd/integration/poetry.lock

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

cheqd/integration/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ pytest = "^8.3.5"
1111
pytest-asyncio = "~0.26.0"
1212
requests = "^2.32.0"
1313
acapy-controller = { git = "https://github.com/indicio-tech/acapy-minimal-example.git", rev = "main" }
14-
pydantic = "^2.11.5"
15-
typing-extensions = "^4.13.2"
14+
pydantic = "2.11.7"
15+
typing-extensions = "4.14.0"
16+
aiohttp = "^3.12.13"
1617

1718
[tool.poetry.group.dev.dependencies]
1819

cheqd/poetry.lock

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

connection_update/poetry.lock

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

connections/poetry.lock

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

firebase_push_notifications/poetry.lock

Lines changed: 28 additions & 26 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ python = "^3.12"
1212
acapy-agent = { version = "~1.3.0", optional = true }
1313

1414
marshmallow = "^3.23.3"
15-
google-auth = "^2.38.0"
16-
google-api-python-client = "^2.162.0"
15+
google-auth = "^2.40.3"
16+
google-api-python-client = "^2.172.0"
1717
requests = "^2.31.0"
18+
protobuf = "6.31.1"
1819

1920
[tool.poetry.extras]
2021
aca-py = ["acapy-agent"]

hedera/poetry.lock

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

multitenant_provider/poetry.lock

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

0 commit comments

Comments
 (0)