diff --git a/poetry.lock b/poetry.lock index 1a8190606..d54b11dc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3279,13 +3279,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.11.1" +version = "3.12.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, - {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, + {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, + {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, ] [package.dependencies] @@ -4526,4 +4526,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "a5bbc0b48c1f5cd20881ac711b3e4816232a3b106667350f52dccaa1f34d33d6" +content-hash = "10379b598e86d23b27c70d29c2f86989cf3afdb82d82092eb66c877d11cc8973" diff --git a/pyproject.toml b/pyproject.toml index 78b7dc8c6..667136628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-aiohttp = "^1.0.5" pytest-asyncio = ">=0.19.0,<1" pytest-cov = "^4.1.0" pytest = "^7.4.3" -pytest-mock = "^3.11.1" +pytest-mock = "^3.12.0" pytest-rerunfailures = "^12.0" python-slugify = "<7" PyYAML = ">=6.0.1,<7"