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.14.0
- aiohttp==3.14.1
- cryptography==48.0.0
- pyjwt==2.13.0
- tenacity==9.1.4
Expand Down
252 changes: 126 additions & 126 deletions auth/poetry.lock

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions bigquery/poetry.lock

Large diffs are not rendered by default.

250 changes: 125 additions & 125 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.14.0"
aiohttp = "3.14.1"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "9.0.3"
Expand Down
254 changes: 127 additions & 127 deletions kms/poetry.lock

Large diffs are not rendered by default.

250 changes: 125 additions & 125 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.14.0"
aiohttp = "3.14.1"
gcloud-aio-auth = { path = "../auth" }
pytest = "9.0.3"
pytest-asyncio = "1.4.0"
Expand Down
254 changes: 127 additions & 127 deletions storage/poetry.lock

Large diffs are not rendered by default.

250 changes: 125 additions & 125 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.14.0"
aiohttp = "3.14.1"
gcloud-aio-auth = { path = "../auth" }
pytest = "9.0.3"
pytest-asyncio = "1.4.0"
Expand Down
Loading