diff --git a/poetry.lock b/poetry.lock index 7ce6f60..dcfaf6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -564,17 +564,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.12.0" +version = "3.14.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.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, + {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, ] [package.dependencies] -pytest = ">=5.0" +pytest = ">=6.2.5" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] @@ -830,4 +830,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6af93f74eabb8a9b2f33d6aab2e139c8338a1446660228907c9555b8c7409d03" +content-hash = "a8ea14e2fdde90428a61941c3024620c023e764f135a0245e9965b80ce7a207e" diff --git a/pyproject.toml b/pyproject.toml index f07afc9..c53aa05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ coverage = { version = "^7.4", extras = ["toml"]} pytest = "^8.1" pytest-asyncio = "^0.23" pytest-cov = "^4.1" -pytest-mock = "^3.12" +pytest-mock = "^3.14" [tool.black] line-length = 88