diff --git a/poetry.lock b/poetry.lock index 6a9d295e0..5734c6189 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2986,14 +2986,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-mock" -version = "3.15.0" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_mock-3.15.0-py3-none-any.whl", hash = "sha256:ef2219485fb1bd256b00e7ad7466ce26729b30eadfc7cbcdb4fa9a92ca68db6f"}, - {file = "pytest_mock-3.15.0.tar.gz", hash = "sha256:ab896bd190316b9d5d87b277569dfcdf718b2d049a2ccff5f7aca279c002a1cf"}, + {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] @@ -4228,4 +4228,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "77a89315bb2b389ca93fd60a5974e144c946210e6418b7c2362dd6d235b95c2d" +content-hash = "e02f8e2c785491a51f7fb94a8ac7ecbf2b0f8f6f6cd3e01d2281db3ec37073e4" diff --git a/pyproject.toml b/pyproject.toml index 16d66d1e7..42f980c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2" pytest-env = "^1.1.3" -pytest-mock = "^3.15.0" +pytest-mock = "^3.15.1" pytest-playwright = "^0.7.1" pytest-xdist = "^3.8.0" radon = "^6.0.1"