summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-31 10:37:54 +0000
committerGitHub <noreply@github.com>2023-07-31 10:37:54 +0000
commitcdc39b3f9dcdc2028c0b4c4f7b9889a0a51e1819 (patch)
treea7b6aa3e836b5bb8d50416ddd5786ed7772de808
parent802c6f5a6e0b80c1a8b038f809d6077d8f8d956a (diff)
Bump pyflakes from 2.5.0 to 3.1.0dependabot/pip/pyflakes-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 e2344b4..509b1ed 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -2,5 +2,5 @@
pytest==7.4.0
pytest-cov==4.1.0
flake8==5.0.4
-pyflakes==2.5.0
+pyflakes==3.1.0
bump2version==1.0.1