summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 11:12:12 +0000
committerGitHub <noreply@github.com>2023-04-10 11:12:12 +0000
commit3eaacea9131f6d5937e0aacf5a3d95501e62ab15 (patch)
treeb98ccd20aede179e31b023211f3895b6c83ea52d
parentfd8a0b624d8f5d389136dbda32466ee4a573951b (diff)
Bump pyflakes from 2.5.0 to 3.0.1dependabot/pip/pyflakes-3.0.1
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.5.0 to 3.0.1. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.5.0...3.0.1) --- 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 33537a9..83d5c46 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -2,5 +2,5 @@
pytest==7.3.0
pytest-cov==4.0.0
flake8==5.0.4
-pyflakes==2.5.0
+pyflakes==3.0.1
bump2version==1.0.1