diff --git a/poetry.lock b/poetry.lock index 9c82825..2076fe0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -479,19 +479,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.2.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.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, + {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.5", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -913,4 +914,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "76469bd29aedc6f7b012ada46eb5ed47a7212012439702747a382b312ab114a2" +content-hash = "7669d6e0727215a7479aea9ac2728fda81feaa76ce60cb93b70e3e572d503d55" diff --git a/pyproject.toml b/pyproject.toml index 2177279..1630804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ typing_extensions = "^4.5.0" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" pytest-mock = "^3.10.0" responses = "^0.25.0" sphinx = "7.4.7"