summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 10:30:31 +0000
committerBrian May <brian@linuxpenguins.xyz>2024-02-20 08:56:07 +1100
commit83debdfb2102a80fc2bcacaf34d95492f8cd9153 (patch)
treea08222bb63dae4a85425b9f890b8e7e9191eebed
parentfd424c5c5558653876a896cf7f196f9a562685e8 (diff)
Bump pytest from 8.0.0 to 8.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 6298a06..bcaa072 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,5 +1,5 @@
-r requirements.txt
-pytest==8.0.0
+pytest==8.0.1
pytest-cov==4.1.0
flake8==7.0.0
bump2version==1.0.1