From befb7daae9ee4a03827eba31d645f11b8222f76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 04:40:50 +0000 Subject: [PATCH] Bump pyflakes from 3.2.0 to 3.3.2 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.2.0 to 3.3.2. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.2.0...3.3.2) --- updated-dependencies: - dependency-name: pyflakes dependency-version: 3.3.2 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 df29abd..979efd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,6 @@ mypy-extensions==1.0.0 packaging==24.2 pluggy==1.5.0 pycodestyle==2.12.1 -pyflakes==3.2.0 +pyflakes==3.3.2 pytest==8.3.5 typing_extensions==4.12.2