diff --git a/poetry.lock b/poetry.lock index 8275159..2d19b79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1228,17 +1228,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {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"] @@ -1918,4 +1918,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ff77e78258aa97b3122c35fad5f272f1e8dc080965f1ac38d0db7cf9f8d5ce78" +content-hash = "9cc6c8f9125ea991faa0b0660520ba2cbe83e1e355626c09e441772403937e99" diff --git a/pyproject.toml b/pyproject.toml index 69c777c..957ed86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ types-Pillow = "10.2.0.20240311" [tool.poetry.group.test.dependencies] pytest = "8.0.0" pytest-cov = "4.1.0" -pytest-mock = "3.10.0" +pytest-mock = "3.14.0" testcontainers = "4.1.1" [tool.isort]