From 2a292f8cf8e9aec9b4d5723d4c1151a84990cf1b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 21 Jun 2025 00:09:02 -0300 Subject: [PATCH] Update pyflakes from 2.0.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 61f007c..5aa3d58 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ flake8==3.5.0 mccabe==0.6.1 pycodestyle==2.3.1 -pyflakes==2.0.0 +pyflakes==3.4.0 # Deps do pytest py==1.5.3