build(deps-dev): bump pytest-mock from 3.8.2 to 3.9.0

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.8.2...v3.9.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-29 01:26:29 +00:00
parent 5ca0b7acd9
commit 895789b43c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -772,7 +772,7 @@ pytest = ">=3.2.5"
[[package]]
name = "pytest-mock"
version = "3.8.2"
version = "3.9.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
@@ -1271,7 +1271,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "5bd5702ee72160155502ff9c67f65c42af6492e32d4ce24ff45c484b3e5dbc09"
content-hash = "2ca3fefb4262f46608e333e9ffd3c16f553fcb8dfed5a047687dd5a17f67746c"
[metadata.files]
alabaster = [
@@ -1692,8 +1692,8 @@ pytest-lazy-fixture = [
{file = "pytest_lazy_fixture-0.6.3-py3-none-any.whl", hash = "sha256:e0b379f38299ff27a653f03eaa69b08a6fd4484e46fd1c9907d984b9f9daeda6"},
]
pytest-mock = [
{file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"},
{file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"},
{file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"},
{file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},

View File

@@ -60,7 +60,7 @@ types-pytz = "^2022.2.1"
pytest_async = "^0.1.1"
pytest-asyncio = "^0.19.0"
respx = "^0.20.0"
pytest-mock = "^3.7.0"
pytest-mock = "^3.9.0"
pytest-lazy-fixture = "^0.6.3"
[tool.coverage.paths]