From 501c5b115ff3f3bd41f3449bd47c06419b4b4279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:47:32 +0000 Subject: [PATCH] Update dependency pyflakes to v3.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..794a3ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.1.0 ; python_version >= "3.10" and python_version < "4.0" ply==3.11 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0" -pyflakes==3.1.0 ; python_version >= "3.10" and python_version < "4.0" +pyflakes==3.4.0 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"