diff --git a/poetry.lock b/poetry.lock index f43ccc5f..ead8c2b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1084,14 +1084,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] @@ -1782,4 +1782,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5a17951c0d2bab5b4c4bbda5e1230f009dfb224d4f9dfa8fc06e0370c0403fae" +content-hash = "44746c71f6ed4bf7c8dff8ea1d6a5cc50e7c36cdb2b3e6e0b73f92088c6f79c8" diff --git a/pyproject.toml b/pyproject.toml index b1b03624..f63a58a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ isort = "^5.12.0" pre-commit = "^3.2.0" pytest = "^7.3.1" pytest-asyncio = "^0.20.3" -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" python-dotenv = "^1.0.0" Sphinx = "^6.1.3" sphinx-press-theme = "^0.8.0"