diff --git a/poetry.lock b/poetry.lock index 67c5290ca7a..69e2a4bc3a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2474,17 +2474,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.12.0" +version = "3.13.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, - {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, + {file = "pytest-mock-3.13.0.tar.gz", hash = "sha256:58c73e7eae1fc05aebe7bd4b3b59eb5beb5c0b644c7e2dd3cc652a749f0056e3"}, + {file = "pytest_mock-3.13.0-py3-none-any.whl", hash = "sha256:158462fe2124763df267f20c81f098bdccf8928e2649e5e1093955ad1e515f80"}, ] [package.dependencies] -pytest = ">=5.0" +pytest = ">=6.2.5" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] @@ -3515,4 +3515,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "fa23b01f275a6782ec3ee079be67f8adbeed29938a679bc4ea10f185caac9cd5" +content-hash = "7b6ce1649811be724bee25236d4ca6e76cc9dd16995e91062e08e1b16dd0f62e" diff --git a/pyproject.toml b/pyproject.toml index 4278e8c7c0a..2c3f1b1c956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ black = "^24.3" boto3 = "^1.26.164" isort = "^5.13.2" pytest-cov = "^4.1.0" -pytest-mock = "^3.11.1" +pytest-mock = "^3.13.0" pdoc3 = "^0.10.0" pytest-asyncio = "^0.23.6" bandit = "^1.7.8"