summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-31 10:37:54 +0000
committerBrian May <brian@linuxpenguins.xyz>2023-09-09 12:11:54 +1000
commit6f70519dc1225d15693af990406cc5278a8b3971 (patch)
treecf7375d805a6957c387b75561d9bb5c4d6b8b6fa
parentefb7d1f6cc391701b837d75ad8be2634cb713767 (diff)
Bump pyflakes from 2.5.0 to 3.1.0
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.5.0 to 3.1.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.5.0...3.1.0) --- updated-dependencies: - dependency-name: pyflakes 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 7d48652..6a082c1 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -2,5 +2,5 @@
pytest==7.4.2
pytest-cov==4.1.0
flake8==6.1.0
-pyflakes==2.5.0
+pyflakes==3.1.0
bump2version==1.0.1