diff --git a/poetry.lock b/poetry.lock index 86ccb526..81ba89c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -633,13 +633,13 @@ pytest = ">=5.0" [[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] @@ -809,4 +809,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "4fb06dc1a049081e3888fa936993432904d492cc3252eac9b48d9935dc538f04" +content-hash = "aa08a835b859f83c5d049298d9283972d67503c57031b818144a69d32ac1c6d8" diff --git a/pyproject.toml b/pyproject.toml index ba22d8e9..ec398190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ setuptools = { version = ">=17.0.0", python = "<3.8" } [tool.poetry.dev-dependencies] pytest-cov = "^4.1.0" pytest-datadir = "^1.4.1" -pytest-mock = "^3.11.1" +pytest-mock = "^3.12.0" pycodestyle = ">=2.9.1" flake8 = "^5.0.4" pyflakes = "^2.5.0"