diff --git a/poetry.lock b/poetry.lock index 43b3d21d..73fc59ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1104,13 +1104,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -1741,4 +1741,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "73c13657aa4e57e5037a26b8a3e52a9fbb749db197eefce502623f6a6e52725d" +content-hash = "feebfcd02fdd7cda5c92d26d5954f043f74805ee2cc785b11c549b230bb255ac" diff --git a/pyproject.toml b/pyproject.toml index 6c4f869b..b6825599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "^23.1" pytest = "^7.3.2" flake8 = "^5.0.4" isort = "^5.10.1" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" commitizen = "^2.42.0" python-semantic-release = "^7.34.3" python-dotenv = "^1.0.0"