Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Dec 17, 2024
1 parent 7c8e7b7 commit e7adc9f
Show file tree
Hide file tree
Showing 16 changed files with 2,503 additions and 1,907 deletions.
478 changes: 268 additions & 210 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-auth"
version = "5.3.1"
version = "5.3.2"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand Down Expand Up @@ -30,8 +30,8 @@ pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
496 changes: 277 additions & 219 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 = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
974 changes: 582 additions & 392 deletions datastore/poetry.lock

Large diffs are not rendered by default.

494 changes: 276 additions & 218 deletions datastore/poetry.rest.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions datastore/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-datastore"
version = "8.1.0"
version = "8.2.0"
description = "Python Client for Google Cloud Datastore"
readme = "README.rst"

Expand All @@ -27,8 +27,8 @@ 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.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
2 changes: 1 addition & 1 deletion datastore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-datastore"
version = "8.1.0"
version = "8.2.0"
description = "Python Client for Google Cloud Datastore"
readme = "README.rst"

Expand Down
480 changes: 269 additions & 211 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.2.2"
pytest = "8.3.3"

[[tool.poetry.source]]
name = "pypi"
Expand Down
480 changes: 269 additions & 211 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 @@ -27,8 +27,8 @@ 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.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
492 changes: 275 additions & 217 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
Expand Up @@ -21,15 +21,15 @@ classifiers = [

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

[tool.poetry.group.dev.dependencies]
gcloud-rest-auth = { path = "../auth" }
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
480 changes: 269 additions & 211 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 @@ -26,8 +26,8 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"
[tool.poetry.group.dev.dependencies]
# aiohttp = "3.9.1"
gcloud-rest-auth = { path = "../auth" }
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest = "8.3.3"
# pytest-asyncio = "0.23.8"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down

0 comments on commit e7adc9f

Please sign in to comment.