diff --git a/poetry.lock b/poetry.lock index 3ed46f6..3c92799 100644 --- a/poetry.lock +++ b/poetry.lock @@ -935,14 +935,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-mock" -version = "3.14.0" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.15.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"}, + {file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"}, ] [package.dependencies] @@ -1231,4 +1231,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "c0d3e9e4e5920bc228222f2474243901fc3439cec49933c37af0c8b95fbd179d" +content-hash = "83445621a8e0e0dc52f6053720bb50e0c9e5e9a5c7097e004e8debbe321db610" diff --git a/pyproject.toml b/pyproject.toml index 4eb541f..81bb010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ black = "^25.1.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.5" pytest-cov = "^6.1.1" -pytest-mock = "^3.14.0" +pytest-mock = "^3.15.1" pytest-env = "^1.1.3" pytest-asyncio = "^0.26.0"