From fe5d3ac2b2d65e5d7659959f864851bfddd8405b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:44:23 +0000 Subject: [PATCH] Update flake8 requirement from <=6.0.0,>=5.0.2 to >=5.0.2,<=6.1.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.2...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index cedff6b..fa6f995 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -20,7 +20,7 @@ django-redis==5.2.0 django-taggit==3.1.0 django_debug_toolbar==3.8.1 dodgy==0.2.1 -flake8>=5.0.2,<=6.0.0 +flake8>=5.0.2,<=6.1.0 flake8-polyfill==1.0.2 gitdb==4.0.10 GitPython==3.1.32