diff --git a/poetry.lock b/poetry.lock index 855559fc7..f60fab765 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3689,18 +3689,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.1.1" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, - {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, + {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] -coverage = {version = ">=5.2.1", extras = ["toml"]} +coverage = {version = ">=7.5", extras = ["toml"]} pytest = ">=4.6" [package.extras] @@ -5199,4 +5199,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "2ae71bd639ced3b713a769665daccbdf3bc7c1b903c17c63da35f655c8870c91" +content-hash = "192d1c32b0f75b984ffe4c95c381b160fe5239c3d03c54ebfae4e4aec73c4223" diff --git a/pyproject.toml b/pyproject.toml index 4c02d9f4c..4d0e2415e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ pre-commit = "^3.8.0" pytest = "^8.3.2" pytest-env = "^1.1.3" pytest-mock = "^3.14.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.1.1" pytest-xdist = "^3.5.0" radon = "^6.0.1" requests-mock = "^1.11.0"