diff --git a/poetry.lock b/poetry.lock index 20f23286..4d0238ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,13 +1056,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] @@ -1508,4 +1508,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 = "7a1e67946eaa1fd77813faa7611b552639d251c8810eff1b9d485d92c2f263ab" +content-hash = "6fe4d9e3d553b261768042622b773e0c211c912b2a490a8c81d0f80cd1f446d4" diff --git a/pyproject.toml b/pyproject.toml index 1b0e0c78..548c070d 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"