From 06b00009b91426f6b5226d6e9147cddcf407d8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:22:46 +0000 Subject: [PATCH] Bump pytest-cov from 4.1.0 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 58c8ad4..ae59e76 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -45,12 +45,15 @@ pytest==7.4.3 # -r requirements-test.in # pytest-cov # pytest-flake8 -pytest-cov==4.1.0 +pytest-cov==5.0.0 # via -r requirements-test.in pytest-flake8==1.1.1 # via -r requirements-test.in requests==2.31.0 # via coveralls tomli==2.0.1 + # via + # coverage + # pytest urllib3==1.26.18 # via requests