summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 10:57:38 +0000
committerBrian May <brian@linuxpenguins.xyz>2023-05-25 22:00:02 +0000
commit799c9f33d04f56e39a80240276e5508488f82132 (patch)
tree46df6f5c5973a70388ab75e861d6247cf5f8c675
parent5778437148b94aaccf6ee5011dfb00165777bfc3 (diff)
Bump pytest-cov from 4.0.0 to 4.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-minor ... 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 1e21786..d3ec42c 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
pytest==7.3.1
-pytest-cov==4.0.0
+pytest-cov==4.1.0
flake8==5.0.4
pyflakes==2.5.0
bump2version==1.0.1