Skip to content

Commit

Permalink
chore(deps): update dependency pytest-mock to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Mar 21, 2024
1 parent e2061d6 commit 08daad4
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
10 changes: 5 additions & 5 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 @@ -32,7 +32,7 @@ pyjwt = ">= 1.5.3, < 3.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@ gcloud-aio-datastore = { path = "../datastore" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@ gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@ aiohttp = "3.9.1"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down
10 changes: 5 additions & 5 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 @@ -30,7 +30,7 @@ rsa = ">= 3.1.4, < 5.0.0"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down
10 changes: 5 additions & 5 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 @@ -28,7 +28,7 @@ aiohttp = "3.9.1"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-mock = "3.12.0"
pytest-mock = "3.13.0"

[[tool.poetry.source]]
name = "pypi"
Expand Down

0 comments on commit 08daad4

Please sign in to comment.