diff --git a/poetry.lock b/poetry.lock index 923e95609..f3d98d050 100644 --- a/poetry.lock +++ b/poetry.lock @@ -999,17 +999,17 @@ pytest = ">=3.6.0" [[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"] @@ -1462,4 +1462,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "f17e9994ecadf3206afb6c21f89fc5e1a6126b27d5df66754b64c5d1dd953527" +content-hash = "ad2dfb7502ada750da9aab558680dee7deb51d3ed63f74c9f6907175a65bbe6b" diff --git a/pyproject.toml b/pyproject.toml index cc05cde42..0d12beb2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pre-commit = "^3.5.0" pylint = "^3.1.0" pytest = "^7.4.3" pytest-dependency = "^0.5.1" -pytest-mock = "^3.12.0" +pytest-mock = "^3.14.0" pytest-subtests = "*" shellcheck-py = "*" types-shapely = "*"