diff --git a/poetry.lock b/poetry.lock index c7f7685cfb..5d90910085 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2559,13 +2559,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", [[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] @@ -3596,4 +3596,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "906e13ee9f41661de9fcf3ccd32afa16c9d604e176c52ec627acd6a797b1db49" +content-hash = "f27a4096815db98744c18ce0b79bafc0a43efdc9405dabb013f7f5050ef6144d" diff --git a/pyproject.toml b/pyproject.toml index 4f50ba7fc3..998a6571c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ coverage = { version = "^7.3.2", extras = ["toml"] } requests-mock = "1.11.0" moto = "^4.2.6" typing-extensions = "4.8.0" -pytest-mock = "3.11.1" +pytest-mock = "3.12.0" cython = "3.0.3" [[tool.mypy.overrides]]