diff --git a/poetry.lock b/poetry.lock index 2562ead..3af2fc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index c61b4a5..d47b7f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]