Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ repos:
# Note that some libraries keep their type hints in packages named
# `types-$lib` or `$lib-stubs`.
additional_dependencies:
- aiohttp==3.13.3
- aiohttp==3.13.5
- cryptography==46.0.6
- pyjwt==2.12.1
- tenacity==9.1.4
Expand Down
242 changes: 121 additions & 121 deletions auth/poetry.lock

Large diffs are not rendered by default.

242 changes: 121 additions & 121 deletions bigquery/poetry.lock

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions datastore/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion datastore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">= 3.10, < 4.0"
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.13.3"
aiohttp = "3.13.5"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "9.0.2"
Expand Down
242 changes: 121 additions & 121 deletions kms/poetry.lock

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions pubsub/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubsub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gcloud-aio-auth = ">= 3.3.0, < 6.0.0"
prometheus-client = ">= 0.13.1, < 1.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.13.3"
aiohttp = "3.13.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "9.0.2"
pytest-asyncio = "1.3.0"
Expand Down
242 changes: 121 additions & 121 deletions storage/poetry.lock

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions taskqueue/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion taskqueue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">= 3.10, < 4.0"
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.13.3"
aiohttp = "3.13.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "9.0.2"
pytest-asyncio = "1.3.0"
Expand Down
Loading