summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2024-01-31 07:18:24 +0100
committerBrian May <brian@linuxpenguins.xyz>2024-01-31 19:27:58 +1100
commitb2a29d3b229053b2f0d6e0bdb2a35be70564aa10 (patch)
tree548ebfb36a62092e125fd0b7f8d065bb4bcfdb0c
parent9b831499d7a0bc32b61c7c15ba1d2bd76a321fd0 (diff)
Allow flake8 to determine the version of pyflakes
-rw-r--r--requirements-tests.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index d0b86a9..6298a06 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,5 @@
-r requirements.txt
pytest==8.0.0
pytest-cov==4.1.0
-flake8==6.1.0
-pyflakes==3.1.0
+flake8==7.0.0
bump2version==1.0.1