Skip to content

Commit ce7abb7

Browse files
committed
chore(deps): bump version
1 parent f33b434 commit ce7abb7

13 files changed

Lines changed: 951 additions & 772 deletions

auth/poetry.rest.lock

Lines changed: 150 additions & 123 deletions
Large diffs are not rendered by default.

auth/pyproject.rest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ requests = ">= 2.2.1, < 3.0.0"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pytest = "8.3.5"
34-
# pytest-asyncio = "0.26.0"
35-
pytest-mock = "3.14.0"
34+
# pytest-asyncio = "1.1.0"
35+
pytest-mock = "3.14.1"
3636

3737
[[tool.poetry.source]]
3838
name = "pypi"

bigquery/poetry.rest.lock

Lines changed: 163 additions & 130 deletions
Large diffs are not rendered by default.

bigquery/pyproject.rest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ gcloud-rest-auth = { path = "../auth" }
2828
gcloud-rest-datastore = { path = "../datastore" }
2929
gcloud-rest-storage = { path = "../storage" }
3030
pytest = "8.3.5"
31-
# pytest-asyncio = "0.26.0"
32-
pytest-mock = "3.14.0"
31+
# pytest-asyncio = "1.1.0"
32+
pytest-mock = "3.14.1"
3333

3434
[[tool.poetry.source]]
3535
name = "pypi"

datastore/poetry.rest.lock

Lines changed: 161 additions & 129 deletions
Large diffs are not rendered by default.

datastore/pyproject.rest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ gcloud-rest-auth = ">= 3.1.0, < 6.0.0"
2828
gcloud-rest-auth = { path = "../auth" }
2929
gcloud-rest-storage = { path = "../storage" }
3030
pytest = "8.3.5"
31-
# pytest-asyncio = "0.26.0"
32-
pytest-mock = "3.14.0"
31+
# pytest-asyncio = "1.1.0"
32+
pytest-mock = "3.14.1"
3333

3434
[[tool.poetry.source]]
3535
name = "pypi"

pubsub/poetry.rest.lock

Lines changed: 152 additions & 124 deletions
Large diffs are not rendered by default.

pubsub/pyproject.rest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ gcloud-rest-auth = ">= 3.3.0, < 6.0.0"
2828
# aiohttp = "3.9.1"
2929
gcloud-rest-auth = { path = "../auth" }
3030
pytest = "8.3.5"
31-
# pytest-asyncio = "0.26.0"
32-
pytest-mock = "3.14.0"
31+
# pytest-asyncio = "1.1.0"
32+
pytest-mock = "3.14.1"
3333

3434
[[tool.poetry.source]]
3535
name = "pypi"

storage/poetry.rest.lock

Lines changed: 159 additions & 128 deletions
Large diffs are not rendered by default.

storage/pyproject.rest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gcloud-rest-storage"
3-
version = "9.5.0"
3+
version = "9.6.0"
44
description = "Python Client for Google Cloud Storage"
55
readme = "README.rst"
66

@@ -29,8 +29,8 @@ rsa = ">= 3.1.4, < 5.0.0"
2929
[tool.poetry.group.dev.dependencies]
3030
gcloud-rest-auth = { path = "../auth" }
3131
pytest = "8.3.5"
32-
# pytest-asyncio = "0.26.0"
33-
pytest-mock = "3.14.0"
32+
# pytest-asyncio = "1.1.0"
33+
pytest-mock = "3.14.1"
3434

3535
[[tool.poetry.source]]
3636
name = "pypi"

0 commit comments

Comments
 (0)