From 38461f85a33c0ce914b93887ef27da29c5f6ad31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:16:45 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.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](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0a654a1..1fc12a1 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,7 +1,7 @@ autoflake pytest >= 7.1.3,< 9.0.0 pytest-asyncio -pytest-cov >= 2.12.0,<5.0.0 +pytest-cov >= 2.12.0,< 6.0.0 ruff ==0.3.5 types-python-dateutil types-pytz