From 0906c693025b61c644da97fda324969e50c4d0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:56:38 +0000 Subject: [PATCH] Bump pytest-cov from 3.0.0 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.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/v3.0.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03074ab..c58aa3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ mypy==0.920; implementation_name=="cpython" pre-commit==2.16.0 pytest==6.2.5 pytest-asyncio==0.16.0 -pytest-cov==3.0.0 +pytest-cov==5.0.0 twine==3.7.1