From c8b4448e268bcca6af50fd7b8ef0fd8576e9f4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:53:37 +0000 Subject: [PATCH] Bump pyflakes from 3.1.0 to 3.2.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-minor ... 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 b4f7cc5..c0b1f97 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,6 @@ mypy-extensions==1.0.0 packaging==23.2 pluggy==1.3.0 pycodestyle==2.11.1 -pyflakes==3.1.0 +pyflakes==3.2.0 pytest==7.4.4 typing_extensions==4.8.0