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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/pylint
rev: v3.3.8
rev: v3.3.9
hooks:
- id: pylint
args:
Expand Down Expand Up @@ -65,12 +65,12 @@ repos:
- id: remove-crlf
- id: remove-tabs
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.15.0
rev: v3.16.0
hooks:
- id: reorder-python-imports
args: [--py38-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -80,7 +80,7 @@ repos:
# hooks:
# - id: add-trailing-comma
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.18.2
hooks:
- &mypy
id: mypy
Expand Down Expand Up @@ -186,7 +186,7 @@ repos:
language: python
additional_dependencies:
# renovate: datasource=pypi depName=poetry
- poetry==2.1.4
- poetry==2.2.1
pass_filenames: true
files: 'pyproject\.toml$'
- id: poetry-use-version-ranges
Expand Down Expand Up @@ -216,7 +216,7 @@ repos:

# json
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.0
rev: 0.34.1
hooks:
- id: check-circle-ci
- id: check-github-workflows
Expand Down
1,435 changes: 800 additions & 635 deletions auth/poetry.lock

Large diffs are not rendered by default.

236 changes: 143 additions & 93 deletions auth/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.5"
pytest = "8.4.2"
# pytest-asyncio = "1.1.0"
pytest-mock = "3.14.1"

Expand Down
2 changes: 1 addition & 1 deletion auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyjwt = ">= 1.5.3, < 3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "8.4.2"
pytest-asyncio = "1.1.0"
pytest-asyncio = "1.2.0"
pytest-mock = "3.14.1"

[[tool.poetry.source]]
Expand Down
1,447 changes: 806 additions & 641 deletions bigquery/poetry.lock

Large diffs are not rendered by default.

246 changes: 148 additions & 98 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 = "8.3.5"
pytest = "8.4.2"
# pytest-asyncio = "1.1.0"
pytest-mock = "3.14.1"

Expand Down
2 changes: 1 addition & 1 deletion bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gcloud-aio-auth = { path = "../auth" }
gcloud-aio-datastore = { path = "../datastore" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.4.2"
pytest-asyncio = "1.1.0"
pytest-asyncio = "1.2.0"
pytest-mock = "3.14.1"

[[tool.poetry.source]]
Expand Down
1,237 changes: 684 additions & 553 deletions datastore/poetry.lock

Large diffs are not rendered by default.

246 changes: 148 additions & 98 deletions datastore/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion datastore/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"
# aiohttp = "3.9.1"
gcloud-rest-auth = { path = "../auth" }
gcloud-rest-storage = { path = "../storage" }
pytest = "8.3.5"
pytest = "8.4.2"
# pytest-asyncio = "1.1.0"
pytest-mock = "3.14.1"

Expand Down
2 changes: 1 addition & 1 deletion datastore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ aiohttp = "3.9.1"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.4.2"
pytest-asyncio = "1.1.0"
pytest-asyncio = "1.2.0"
pytest-mock = "3.14.1"

[[tool.poetry.source]]
Expand Down
1,425 changes: 795 additions & 630 deletions kms/poetry.lock

Large diffs are not rendered by default.

345 changes: 211 additions & 134 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 = "8.3.5"
pytest = "8.4.2"

[[tool.poetry.source]]
name = "pypi"
Expand Down
1,231 changes: 681 additions & 550 deletions pubsub/poetry.lock

Large diffs are not rendered by default.

236 changes: 143 additions & 93 deletions pubsub/poetry.rest.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubsub/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gcloud-rest-auth = ">= 3.3.0, < 6.0.0"
[tool.poetry.group.dev.dependencies]
# aiohttp = "3.9.1"
gcloud-rest-auth = { path = "../auth" }
pytest = "8.3.5"
pytest = "8.4.2"
# pytest-asyncio = "1.1.0"
pytest-mock = "3.14.1"

Expand Down
2 changes: 1 addition & 1 deletion pubsub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prometheus-client = ">= 0.13.1, < 1.0.0"
aiohttp = "3.9.1"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.4.2"
pytest-asyncio = "1.1.0"
pytest-asyncio = "1.2.0"
pytest-mock = "3.14.1"

[[tool.poetry.source]]
Expand Down
1,445 changes: 805 additions & 640 deletions storage/poetry.lock

Large diffs are not rendered by default.

244 changes: 147 additions & 97 deletions storage/poetry.rest.lock

Large diffs are not rendered by default.

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

Expand All @@ -21,14 +21,14 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.9, < 4.0"
# aiofiles = ">= 0.6.0, < 25.0.0"
# aiofiles = ">=0.6.0, <26.0.0"
gcloud-rest-auth = ">= 5.3.0, < 6.0.0"
pyasn1-modules = ">= 0.2.1, < 0.4.2"
pyasn1-modules = ">=0.2.1, <0.5.0"
rsa = ">= 3.1.4, < 5.0.0"

[tool.poetry.group.dev.dependencies]
gcloud-rest-auth = { path = "../auth" }
pytest = "8.3.5"
pytest = "8.4.2"
# pytest-asyncio = "1.1.0"
pytest-mock = "3.14.1"

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

Expand All @@ -21,15 +21,15 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.9, < 4.0"
aiofiles = ">= 0.6.0, < 25.0.0"
aiofiles = ">=0.6.0, <26.0.0"
gcloud-aio-auth = ">= 5.3.0, < 6.0.0"
pyasn1-modules = ">=0.2.1, <0.5.0"
rsa = ">= 3.1.4, < 5.0.0"

[tool.poetry.group.dev.dependencies]
gcloud-aio-auth = { path = "../auth" }
pytest = "8.4.2"
pytest-asyncio = "1.1.0"
pytest-asyncio = "1.2.0"
pytest-mock = "3.14.1"

[[tool.poetry.source]]
Expand Down
Loading