summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-26 10:54:56 +0000
committerBrian May <brian@linuxpenguins.xyz>2024-03-27 09:05:30 +1100
commit694a9c8a5ba7e0332915a3b204abed6e6a33c671 (patch)
treebc48e9943dc6f71c1616635860f5d5ab777138e4
parent264e4d94b8b4b56105b72e18dd47aa3764e49273 (diff)
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] <support@github.com>
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index c36f56a..8f4d698 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,5 +1,5 @@
-r requirements.txt
pytest==8.1.1
-pytest-cov==4.1.0
+pytest-cov==5.0.0
flake8==7.0.0
bump2version==1.0.1