diff --git a/poetry.lock b/poetry.lock index 00e97f65146..4ba1b7ec5f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2166,13 +2166,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, + {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, ] [package.dependencies] @@ -2939,4 +2939,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "a500f22b8aaff4988f49bab206a1dfe5440286ce7ef66e3df235ca81b766810e" +content-hash = "99d4ebf572515b3a3efd086a34b56ed15b1a50014b9b6cb9556753ee2c64feef" diff --git a/pyproject.toml b/pyproject.toml index 0dec76a5f65..782231922de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ flake8-variables-names = "^0.0.5" flake8-black = "^0.3.6" isort = "^5.11.5" pytest-cov = "^4.1.0" -pytest-mock = "^3.5.1" +pytest-mock = "^3.11.1" pdoc3 = "^0.10.0" pytest-asyncio = "^0.21.0" bandit = "^1.7.5"