From e33d0bf9d27958cabc6f3363aaf5694a51d4f0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:36:43 +0000 Subject: [PATCH] Update flake8-builtins requirement from <1.6,>=1.5 to >=1.5,<2.3 Updates the requirements on [flake8-builtins](https://github.com/gforcada/flake8-builtins) to permit the latest version. - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/1.5.0...2.2.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb9899d..101d995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ scrapy>=2.5,<2.7 # ----------------------- black flake8>=4,<5.1 -flake8-builtins>=1.5,<1.6 +flake8-builtins>=1.5,<2.3 flake8-isort>=4.0,<4.3 isort>=5.7,<5.10 pre-commit>=2.15,<2.21