From a4abb47120a2a795db39b04ee7fb3c0730363911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:53:52 +0000 Subject: [PATCH] build(deps-dev): 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 92c439b..eddbd45 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -88,7 +88,7 @@ pycodestyle==2.11.1 # via # flake8 # flake8-print -pyflakes==3.1.0 +pyflakes==3.2.0 # via flake8 pyproject-hooks==1.0.0 # via build