diff --git a/poetry.lock b/poetry.lock index f115a0f..0bbff19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,17 +683,17 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[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"] @@ -933,4 +933,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "f0e073b0effbec7980d6d50c46d39ef3b9e7f29911e7c2a91262b3dae4549740" +content-hash = "1cd709c7771cc07764121c964a98efdce1ebbe27e43c929a7bfc2d2c781801dc" diff --git a/pyproject.toml b/pyproject.toml index 3d7b49a..b0dc192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "24.3.0" codespell = "2.2.6" coverage = "7.4.4" pytest = "8.1.1" -pytest-mock = "3.12.0" +pytest-mock = "3.14.0" flake8 = "7.0.0" pep8-naming = "0.13.3" yamllint = "1.35.1"