From 045efaa7fecc2917fdca25dffff30a80ebeedd99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:46:08 +0000 Subject: [PATCH] Bump pyflakes from 3.2.0 to 3.4.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.2.0 to 3.4.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.2.0...3.4.0) --- updated-dependencies: - dependency-name: pyflakes dependency-version: 3.4.0 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..7ba352d 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.4.0 pytest==8.3.5 typing_extensions==4.12.2