From a07eed5ed9c1ffdabdaae9092429a1bd9b60c7a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:24:03 +0000 Subject: [PATCH] Update dependency pyflakes to v3.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eaaf12..dcc1e78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" ply==3.11 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.12.1 ; python_version >= "3.10" and python_version < "4.0" -pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0" +pyflakes==3.3.2 ; python_version >= "3.10" and python_version < "4.0" pytest==8.3.5 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.10" and python_version < "4.0"