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 @@ -96,7 +96,7 @@ repos:
# `types-$lib` or `$lib-stubs`.
additional_dependencies:
- aiohttp==3.14.0
- cryptography==46.0.7
- cryptography==48.0.0
- pyjwt==2.13.0
- tenacity==9.1.4
- types-requests==2.33.0.20260518
Expand Down
10 changes: 5 additions & 5 deletions auth/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

531 changes: 260 additions & 271 deletions auth/poetry.rest.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ python = ">= 3.10, < 4.0"
# aiohttp = ">= 3.9.2, < 4.0.0"
chardet = ">= 2.0, < 6.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 49.0.0" # pin max to < (major + 3)
cryptography = ">= 2.0.0, < 51.0.0" # pin max to < (major + 3)
pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"
tenacity = ">= 8.2.0, < 10.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "9.0.2"
# pytest-asyncio = "1.3.0"
pytest = "9.0.3"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

[[tool.poetry.source]]
Expand Down
4 changes: 2 additions & 2 deletions auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ python = ">= 3.10, < 4.0"
aiohttp = ">= 3.9.2, < 4.0.0"
chardet = ">= 2.0, < 6.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 49.0.0" # pin max to < (major + 3)
cryptography = ">= 2.0.0, < 51.0.0" # pin max to < (major + 3)
pyjwt = ">= 1.5.3, < 3.0.0"
# requests = ">= 2.2.1, < 3.0.0"
tenacity = ">= 8.2.0, < 10.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "9.0.2"
pytest = "9.0.3"
pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
8 changes: 4 additions & 4 deletions bigquery/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

437 changes: 213 additions & 224 deletions bigquery/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bigquery/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"
gcloud-rest-auth = { path = "../auth" }
gcloud-rest-datastore = { path = "../datastore" }
gcloud-rest-storage = { path = "../storage" }
pytest = "9.0.2"
# pytest-asyncio = "1.3.0"
pytest = "9.0.3"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"
tenacity = "9.1.4"

Expand Down
2 changes: 1 addition & 1 deletion bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-datastore = { path = "../datastore" }
gcloud-aio-storage = { path = "../storage" }
pytest = "9.0.2"
pytest = "9.0.3"
pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"
tenacity = "9.1.4"
Expand Down
8 changes: 4 additions & 4 deletions datastore/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading