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

8
poetry.lock generated
View File

@@ -774,7 +774,7 @@ pytest = ">=3.2.5"
[[package]]
name = "pytest-mock"
version = "3.9.0"
version = "3.10.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
@@ -1273,7 +1273,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "e582b36fc8be01ec23f4ff263f50bfb2a34dc6dfdf3f3906fbe9b4b94a1934dc"
content-hash = "219cf51668576acc45ea7dd67e72124b583afbd09ffcf5cbfd48b477a88f4816"
[metadata.files]
alabaster = [
@@ -1701,8 +1701,8 @@ pytest-lazy-fixture = [
{file = "pytest_lazy_fixture-0.6.3-py3-none-any.whl", hash = "sha256:e0b379f38299ff27a653f03eaa69b08a6fd4484e46fd1c9907d984b9f9daeda6"},
]
pytest-mock = [
{file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"},
{file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"},
{file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"},
{file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"},
]
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.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]