diff --git a/poetry.lock b/poetry.lock index 8e607442..93e0693b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "tox (> [[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] @@ -1252,4 +1252,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "632b098c5b0a994b281a6a7b56da7c5221480b5ed9a536cd46899568b030f89c" +content-hash = "237443c94ba6dd7848fa094b919569b481937bc58c893515b72d3852fe4da037" diff --git a/pyproject.toml b/pyproject.toml index b582fcb7..0a25cd84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ coverage = "^7.3.0" debugpy = "^1.8.0" pydevd-pycharm = "^233.6745.319" pytest = "^7.4.3" -pytest-mock = "^3.11.1" +pytest-mock = "^3.12.0" pytest-html = "^4.0.2" pytest-html-merger = "^0.0.9" toxiproxy-python = "^0.1.1"