diff --git a/poetry.lock b/poetry.lock index 1d18a17c..17595782 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1936,19 +1936,20 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.1.1" +version = "6.2.1" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, - {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, + {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"] @@ -2739,4 +2740,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "961425ef55542f2feb019a61e90e944e4d44298401cad15390eb1a2c4c89e3eb" +content-hash = "822c8866f6c29420d0d1ddb5c2908c1d8d93a214606014b0490f58c010f4ab47" diff --git a/pyproject.toml b/pyproject.toml index 805ab82d..9e3e759d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pre-commit-hooks = "5.0.0" pylint = "3.3.7" pytest = "8.4.1" pytest-asyncio = "0.26.0" -pytest-cov = "6.1.1" +pytest-cov = "6.2.1" ruff = "0.11.13" safety = "3.5.2" types-cachetools = "^5.3.0"