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
35 changes: 25 additions & 10 deletions auth/poetry.lock

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

2 changes: 1 addition & 1 deletion auth/pyproject.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
35 changes: 25 additions & 10 deletions bigquery/poetry.lock

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

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

Expand Down
35 changes: 25 additions & 10 deletions datastore/poetry.lock

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

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

Expand Down
35 changes: 25 additions & 10 deletions kms/poetry.lock

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

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

[tool.poetry.group.dev.dependencies]
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.5"
pytest = "8.4.2"

[[tool.poetry.source]]
name = "pypi"
Expand Down
35 changes: 25 additions & 10 deletions pubsub/poetry.lock

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

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

Expand Down
Loading