From 730ee2ce076774e27ad3be805980aebd0f66fa84 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 21 Jun 2025 00:16:14 +0000 Subject: [PATCH] [stubsabot] Bump pyflakes to ~=3.4.0 Release: https://pypi.org/pypi/pyflakes/3.4.0 Homepage: https://github.com/PyCQA/pyflakes Repository: https://github.com/PyCQA/pyflakes Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyflakes Diff: https://github.com/PyCQA/pyflakes/compare/3.3.2...3.4.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 3 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/checker.py`, `pyflakes/messages.py`. - Total lines of Python code added: 67. - Total lines of Python code deleted: 7. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/pyflakes/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyflakes/METADATA.toml b/stubs/pyflakes/METADATA.toml index 2308bd579d7b..f4d253ef8887 100644 --- a/stubs/pyflakes/METADATA.toml +++ b/stubs/pyflakes/METADATA.toml @@ -1,2 +1,2 @@ -version = "~=3.3.2" +version = "~=3.4.0" upstream_repository = "https://github.com/PyCQA/pyflakes"