diff --git a/poetry.lock b/poetry.lock index 78605a9..c9929c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -659,7 +659,7 @@ description = "Thin-wrapper around the mock package for easier use with pytest" name = "pytest-mock" optional = false python-versions = ">=3.5" -version = "3.1.1" +version = "3.2.0" [package.dependencies] pytest = ">=2.7" @@ -787,7 +787,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] -content-hash = "bbf8c245d6ee190dd89ef78aec7d6d626596aee8f49f348332ccd64c71173cb1" +content-hash = "aff3a8647f216ece388432d2c183c7e3ab6f4b6d940950f9af543f3e37e9e102" python-versions = "^3.6" [metadata.files] @@ -1075,8 +1075,8 @@ pytest-deadfixtures = [ {file = "pytest_deadfixtures-2.2.1-py2.py3-none-any.whl", hash = "sha256:db71533f2d9456227084e00a1231e732973e299ccb7c37ab92e95032ab6c083e"}, ] pytest-mock = [ - {file = "pytest-mock-3.1.1.tar.gz", hash = "sha256:636e792f7dd9e2c80657e174c04bf7aa92672350090736d82e97e92ce8f68737"}, - {file = "pytest_mock-3.1.1-py3-none-any.whl", hash = "sha256:a9fedba70e37acf016238bb2293f2652ce19985ceb245bbd3d7f3e4032667402"}, + {file = "pytest-mock-3.2.0.tar.gz", hash = "sha256:7122d55505d5ed5a6f3df940ad174b3f606ecae5e9bc379569cdcbd4cd9d2b83"}, + {file = "pytest_mock-3.2.0-py3-none-any.whl", hash = "sha256:5564c7cd2569b603f8451ec77928083054d8896046830ca763ed68f4112d17c7"}, ] pyyaml = [ {file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"}, diff --git a/pyproject.toml b/pyproject.toml index 22c3549..fe1c413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pylint = "^2.5" pytest = "^6.0" pytest-cov = "^2.10" pytest-deadfixtures = "^2.2" -pytest-mock = "^3.1" +pytest-mock = "^3.2" unify = "^0.5" [build-system]