diff --git a/poetry.lock b/poetry.lock index 16f1f9f..2d5427b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1059,13 +1059,13 @@ 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." 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] @@ -1511,4 +1511,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "53f70c36c9671b115f427df165a45e205e006bc379594288c893e1ed6bb68c83" +content-hash = "acdebe3f22265d495809d5fb537b821050c46e202f486d4eb58aacf0429fb69f" diff --git a/pyproject.toml b/pyproject.toml index 1e82e65..a4c2bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ typer = "^0.9.0" black = "~23.3.0" pre-commit = "~3.3.1" flake8 = "^6.0.0" -pytest-cov = "~4.0.0" +pytest-cov = "~4.1.0" pytest = "^7.1.3" coverage = {extras = ["toml"], version = "^7.2"} safety = "^2.3.1"