diff --git a/poetry.lock b/poetry.lock index a54a4a9..84149c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1286,14 +1286,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-mock" -version = "3.14.0" +version = "3.14.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, - {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, + {file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"}, + {file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"}, ] [package.dependencies] @@ -1955,4 +1955,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "c05aabb41283fd9d9b917e8f42dab5cb177ed51ba2f3716096b9a648107b9460" +content-hash = "e18bff7f6b744f4b58b50de68a3fea59155445359a081898cda320f56e5cacb7" diff --git a/pyproject.toml b/pyproject.toml index 734d861..ff17790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ black = "25.1.0" codespell = "2.4.1" coverage = "7.8.2" pytest = "8.3.5" -pytest-mock = "3.14.0" +pytest-mock = "3.14.1" flake8 = "7.2.0" pep8-naming = "0.15.1" yamllint = "1.37.1"