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 Jun 14, 2024
1 parent b21ee3b commit 6976293
Show file tree
Hide file tree
Showing 15 changed files with 446 additions and 446 deletions.
120 changes: 60 additions & 60 deletions auth/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
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.1.1"
# pytest-asyncio = "0.23.6"
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
124 changes: 62 additions & 62 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.1.1"
# pytest-asyncio = "0.23.6"
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
122 changes: 61 additions & 61 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.0.0"
version = "8.1.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.1.1"
# pytest-asyncio = "0.23.6"
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
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.0.0"
version = "8.1.0"
description = "Python Client for Google Cloud Datastore"
readme = "README.rst"

Expand Down
130 changes: 65 additions & 65 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.1.1"
pytest = "8.2.2"

[[tool.poetry.source]]
name = "pypi"
Expand Down
122 changes: 61 additions & 61 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.1.1"
# pytest-asyncio = "0.23.6"
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down
122 changes: 61 additions & 61 deletions storage/poetry.rest.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions storage/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rsa = ">= 3.1.4, < 5.0.0"

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

[[tool.poetry.source]]
Expand Down
122 changes: 61 additions & 61 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.1.1"
# pytest-asyncio = "0.23.6"
pytest = "8.2.2"
# pytest-asyncio = "0.23.7"
pytest-mock = "3.14.0"

[[tool.poetry.source]]
Expand Down

0 comments on commit 6976293

Please sign in to comment.