diff --git a/poetry.lock b/poetry.lock index b1a1ac8..12c33d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1754,13 +1754,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.2.1" +version = "6.3.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, - {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, + {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, + {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, ] [package.dependencies] @@ -2431,4 +2431,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "41114513140c6f21a53929cf660db847f670aec5b80a8c7321e31dbf4b5eb832" +content-hash = "ee74a7f43b3360060401350cb8baee7d818ef234d76199903bd8ff9b089caf0b" diff --git a/pyproject.toml b/pyproject.toml index 58982f7..0eca1b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit-hooks = "6.0.0" pylint = "3.3.8" pytest = "8.4.2" pytest-asyncio = "1.2.0" -pytest-cov = "6.2.1" +pytest-cov = "6.3.0" ruff = "0.12.10" safety = "3.6.2" yamllint = "1.37.1"