Skip to content

Commit

Permalink
chore(deps): update dependency pytest-asyncio to >= 0.16.0, < 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 1340641 commit 2d1beaf
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 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 @@ -31,7 +31,7 @@ pyjwt = ">= 1.5.3, < 3.0.0"

[tool.poetry.group.dev.dependencies]
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ gcloud-aio-auth = { path = "../auth" }
gcloud-aio-datastore = { path = "../datastore" }
gcloud-aio-storage = { path = "../storage" }
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ aiohttp = ">= 3.3.0, < 4.0.0"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ prometheus-client = ">= 0.13.1, < 1.0.0"
aiohttp = ">= 3.3.0, < 4.0.0"
gcloud-aio-auth = { path = "../auth" }
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 deletions storage/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 storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rsa = ">= 3.1.4, < 5.0.0"
[tool.poetry.group.dev.dependencies]
gcloud-aio-auth = { path = "../auth" }
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down
12 changes: 6 additions & 6 deletions taskqueue/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 taskqueue/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.3.0, < 4.0.0"
gcloud-aio-auth = { path = "../auth" }
pytest = ">= 4.0.0, < 8.0.0"
pytest-asyncio = ">= 0.16.0, < 0.22.0"
pytest-asyncio = ">= 0.16.0, < 0.23.4"
pytest-mock = ">= 2.0.0, < 4.0.0"

[[tool.poetry.source]]
Expand Down

0 comments on commit 2d1beaf

Please sign in to comment.