From fab5c9a2f043f1d5cd60df92b4fba78cb18343c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 21 Jun 2025 02:20:04 -0300 Subject: [PATCH] Update pyflakes from 2.2.0 to 3.4.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d35887..69a4c19 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ entrypoints==0.3 flake8==3.7.9 mccabe==0.6.1 pycodestyle==2.5.0 -pyflakes==2.2.0 +pyflakes==3.4.0 # Deps do pytest pluggy==0.13.1