From 17ce51ef00f08bfcd96d0c09ce876e7175af243a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:56:13 +0000 Subject: [PATCH] Update dependency flake8 to v7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..7ac8c69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" cssmin==0.2.0 ; python_version >= "3.10" and python_version < "4.0" faker==21.0.0 ; python_version >= "3.10" and python_version < "4.0" -flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0" +flake8==7.1.0 ; python_version >= "3.10" and python_version < "4.0" flask-assets==2.1.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0" gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0"