diff --git a/poetry.lock b/poetry.lock index 5093b013..13d64f75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1939,14 +1939,14 @@ 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" groups = ["dev"] 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] @@ -3132,4 +3132,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "83e27499216ce93cd086f4efb7155cef2c690da677d86931613a8ec9a349629f" +content-hash = "03587f86e7244b4983d3be8551aa69afd120e6be052f0683487a53ec8d4ce3c2" diff --git a/pyproject.toml b/pyproject.toml index 3cfee6bc..399b6a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ regex = "==2024.11.6" [tool.poetry.group.dev.dependencies] pytest = "==8.3.5" -pytest-cov = "==6.1.0" +pytest-cov = "==6.1.1" black = "==25.1.0" ruff = "==0.11.5" bandit = "==1.8.3"