diff --git a/poetry.lock b/poetry.lock index f99256e..7f7a0c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1423,14 +1423,14 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" 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-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, + {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] [package.dependencies] @@ -2001,4 +2001,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8c214cca791f447e821ba9d545ba68278dad44cf75bcde5f1e8a5bdab0432d1f" +content-hash = "2beee053d54dc15393f80ab435635725bfa25fa31024736d4bbc76acf082f42a" diff --git a/pyproject.toml b/pyproject.toml index b9c4cf8..e6e86ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pre-commit-hooks = "^4.4.0" pylint = "^2.17.4" pytest = "^7.3.1" pytest-asyncio = "^0.21.0" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" pyupgrade = "^3.4.0" safety = "^2.3.5" vulture = "^2.7"