diff --git a/poetry.lock b/poetry.lock index 07d8f6e..d839707 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aioredis" @@ -1443,13 +1443,13 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-cov" -version = "4.0.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -1457,7 +1457,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-html" @@ -2260,4 +2260,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ba0470e3545180fa17d8cf9002d0c3571b52771c31044fd9b17cd58a66c2d8ad" +content-hash = "d54e85ba38ae3f9f4f8671646f1f90bcf87a1ad2fbae26743a3914762b467359" diff --git a/pyproject.toml b/pyproject.toml index 012caa4..f4f3d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ safety = "^2.3.5" coverage = "^7.2.3" coverage-badge = "^1.1.0" pytest-html = "^3.2.0" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" click = "8.1.4" [tool.poetry.group.dev.dependencies] @@ -85,7 +85,7 @@ safety = "^2.3.5" coverage = "^7.1.0" coverage-badge = "^1.1.0" pytest-html = "^3.2.0" -pytest-cov = "^4.0.0" +pytest-cov = ">=4,<6" [tool.black] # https://github.com/psf/black