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.1
- cryptography==48.0.0
- cryptography==49.0.0
- pyjwt==2.13.0
- tenacity==9.1.4
- types-requests==2.33.0.20260712
Expand Down
4 changes: 2 additions & 2 deletions auth/poetry.lock

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

537 changes: 257 additions & 280 deletions auth/poetry.rest.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-auth"
version = "5.4.4"
version = "5.5.0"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand All @@ -22,15 +22,15 @@ classifiers = [
[tool.poetry.dependencies]
python = ">= 3.10, < 4.0"
# aiohttp = ">= 3.9.2, < 4.0.0"
chardet = ">= 2.0, < 6.0"
chardet = ">= 2.0, < 8.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 51.0.0" # pin max to < (major + 3)
cryptography = ">= 2.0.0, < 52.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.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
6 changes: 3 additions & 3 deletions auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-auth"
version = "5.4.4"
version = "5.5.0"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand All @@ -22,9 +22,9 @@ classifiers = [
[tool.poetry.dependencies]
python = ">= 3.10, < 4.0"
aiohttp = ">= 3.9.2, < 4.0.0"
chardet = ">= 2.0, < 6.0"
chardet = ">= 2.0, < 8.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 51.0.0" # pin max to < (major + 3)
cryptography = ">= 2.0.0, < 52.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"
Expand Down
547 changes: 262 additions & 285 deletions bigquery/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bigquery/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"
tenacity = "9.1.4"
Expand Down
545 changes: 261 additions & 284 deletions datastore/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions datastore/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ python = ">= 3.10, < 4.0"
gcloud-rest-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
# aiohttp = "3.14.0"
# aiohttp = "3.14.1"
gcloud-rest-auth = { path = "../auth" }
gcloud-rest-storage = { path = "../storage" }
pytest = "9.0.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
539 changes: 258 additions & 281 deletions kms/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kms/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
gcloud-rest-auth = { path = "../auth" }
pytest = "9.0.3"
pytest = "9.1.1"

[[tool.poetry.source]]
name = "pypi"
Expand Down
539 changes: 258 additions & 281 deletions pubsub/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pubsub/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ gcloud-rest-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-rest-auth = { path = "../auth" }
pytest = "9.0.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
545 changes: 261 additions & 284 deletions storage/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion storage/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rsa = ">= 3.1.4, < 5.0.0"

[tool.poetry.group.dev.dependencies]
gcloud-rest-auth = { path = "../auth" }
pytest = "9.0.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
539 changes: 258 additions & 281 deletions taskqueue/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions taskqueue/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ python = ">= 3.10, < 4.0"
gcloud-rest-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
# aiohttp = "3.14.0"
# aiohttp = "3.14.1"
gcloud-rest-auth = { path = "../auth" }
pytest = "9.0.3"
pytest = "9.1.1"
# pytest-asyncio = "1.4.0"
pytest-mock = "3.15.1"

Expand Down
Loading