Skip to content

Commit f79864f

Browse files
Update pytest-cov requirement from <7.0.0,>=2.12.0 to >=2.12.0,<8.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.12.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25ed82d commit f79864f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ autoflake
22
mypy == 1.15.0
33
pytest >= 7.1.3,< 9.0.0
44
pytest-asyncio
5-
pytest-cov >= 2.12.0,< 7.0.0
5+
pytest-cov >= 2.12.0,< 8.0.0
66
ruff ==0.13.3
7-
pytest-cov >= 2.12.0,< 7.0.0
7+
pytest-cov >= 2.12.0,< 8.0.0
88
types-python-dateutil
99
types-pytz
1010
httpx

0 commit comments

Comments
 (0)