From bed8fa569f5f1f87babc54c4752379211277dd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 15:02:56 +0000 Subject: [PATCH] Bump pyflakes from 1.6.0 to 3.0.1 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 1.6.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/1.6.0...3.0.1) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 581d9d24..db972389 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ pre-commit==2.17.0 py==1.11.0 pyahocorasick==1.4.4 pycodestyle==2.3.1 -pyflakes==1.6.0 +pyflakes==3.0.1 pyparsing==2.4.7 pytest==6.2.2 PyYAML==6.0