diff --git a/poetry.lock b/poetry.lock index 44ec8a3..11fa343 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1702,22 +1702,23 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "4.1.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, - {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, + {file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.10.6", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -2338,4 +2339,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f1f87f1c0f1ed925b18620061ef7f76bc838cf1d84aeeeaccddb5d9691b27ed6" +content-hash = "02962163718c384e51f748aea1b4dd7c4a996098e7d2a8ab4aeafef45e0f506b" diff --git a/pyproject.toml b/pyproject.toml index 124569c..456a51a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ click = "^8.1.7" [tool.poetry.group.dev.dependencies] pytest = "^7.4.3" pytest-asyncio = "^0.21.1" -pytest-cov = "^4.1.0" +pytest-cov = "^7.1.0" httpx = "^0.25.0" ruff = "^0.1.6" mypy = "^1.7.0"