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

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.9.0 to 3.10.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.9.0...v3.10.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-12-19 01:47:41 +00:00
parent e37325adf3
commit e04b306c15
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.20.3"
respx = "^0.20.0"
pytest-mock = "^3.9.0"
pytest-mock = "^3.10.0"
pytest-lazy-fixture = "^0.6.3"
[tool.coverage.paths]