From 4f4da7c8e8e9303b59f18c1c2e33d6f1559adf52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:56:59 +0000 Subject: [PATCH] Update dependency flake8 to ~=7.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 747320a..83e3f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ fastapi~=0.115.4 starlette~=0.46.1 black~=25.1.0 pylint~=3.3.1 -flake8~=7.1.1 +flake8~=7.2.0 mypy~=1.15.0 pillow~=11.1.0 \ No newline at end of file