diff --git a/poetry.lock b/poetry.lock index 23ff5a42..1b7bcaa5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1843,13 +1843,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] @@ -2520,4 +2520,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6934f5d1030898bb050e15c831782bf6a359a393e4fed4cade7fa10c5ddc49b4" +content-hash = "6c6b2c77ab9d96155758ec3956533bb1a7ccaf5f9347c64fa42f6bcd091b4101" diff --git a/pyproject.toml b/pyproject.toml index 6592cad0..00ffd323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pre-commit-hooks = "6.0.0" pylint = "3.3.8" pytest = "8.4.2" pytest-asyncio = "1.1.0" -pytest-cov = "6.2.1" +pytest-cov = "6.3.0" ruff = "0.12.12" safety = "3.6.1" yamllint = "1.37.1"