diff --git a/poetry.lock b/poetry.lock index e4a563db..942447f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1705,13 +1705,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.1.0" +version = "6.1.1" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_cov-6.1.0-py3-none-any.whl", hash = "sha256:cd7e1d54981d5185ef2b8d64b50172ce97e6f357e6df5cb103e828c7f993e201"}, - {file = "pytest_cov-6.1.0.tar.gz", hash = "sha256:ec55e828c66755e5b74a21bd7cc03c303a9f928389c0563e50ba454a6dbe71db"}, + {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, + {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, ] [package.dependencies] @@ -2322,4 +2322,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6d99b58d3233f71be717c4cff30d3fa4c2fe7b3499d8b72b689f6f24f17ff28f" +content-hash = "e31fb5fce531979d5f357fde97640cd83b47c9e4da2700deaef43a573be6b596" diff --git a/pyproject.toml b/pyproject.toml index 915bc6e5..48799f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pre-commit-hooks = "5.0.0" pylint = "3.3.6" pytest = "8.3.5" pytest-asyncio = "0.26.0" -pytest-cov = "6.1.0" +pytest-cov = "6.1.1" ruff = "0.11.4" safety = "3.3.1" yamllint = "1.37.0"