diff --git a/poetry.lock b/poetry.lock index 5fdf4275..2e5493dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1814,18 +1814,19 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.2.0" +version = "6.2.1" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_cov-6.2.0-py3-none-any.whl", hash = "sha256:bd19301caf600ead1169db089ed0ad7b8f2b962214330a696b8c85a0b497b2ff"}, - {file = "pytest_cov-6.2.0.tar.gz", hash = "sha256:9a4331e087a0f5074dc1e19fe0485a07a462b346cbb91e2ac903ec5504abce10"}, + {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, + {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, ] [package.dependencies] coverage = {version = ">=7.5", extras = ["toml"]} -pytest = ">=4.6" +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -2496,4 +2497,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1e7e6a5cbbce0ddcb346bc6d1ec4ccdc5e4ecdf690051528367dff69cff21fc6" +content-hash = "934d1e62618ed7f42db18eef1ee7c4813c2ae16ea47f82d2033b78a9fdb749a5" diff --git a/pyproject.toml b/pyproject.toml index dec7ff09..6cda9743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pre-commit-hooks = "5.0.0" pylint = "3.3.7" pytest = "8.4.0" pytest-asyncio = "1.0.0" -pytest-cov = "6.2.0" +pytest-cov = "6.2.1" ruff = "0.11.13" safety = "3.5.2" yamllint = "1.37.1"