From a7d4c802ccd27ee3916f446dca6caa87382b07b2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Mar 2025 11:03:42 -0300 Subject: [PATCH] Update pyflakes from 2.0.0 to 3.3.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 61f007c..7251e13 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.3.2 # Deps do pytest py==1.5.3