From adc2a989232def8dd8a638cd7c1c82aa88a75cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:27:08 +0000 Subject: [PATCH] :arrow_up: Bump pyflakes from 3.0.1 to 3.1.0 in /shifter Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.0.1 to 3.1.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shifter/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shifter/requirements_dev.txt b/shifter/requirements_dev.txt index e31a1c4..577b274 100644 --- a/shifter/requirements_dev.txt +++ b/shifter/requirements_dev.txt @@ -1,4 +1,4 @@ flake8==6.0.0 mccabe==0.7.0 pycodestyle==2.11.0 -pyflakes==3.0.1 \ No newline at end of file +pyflakes==3.1.0 \ No newline at end of file