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

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]