From 82645448fe8daf6a8bb07e9e27e75ddcd51e8479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:52:57 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from <4.2 to <5.1 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/v1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a22e52..8cb7367 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "test": [ "pytest<9", "pytest-cache<2", - "pytest-cov<4.2", + "pytest-cov<5.1", "python-dotenv<1.1", "responses<0.26", ],