From 2be03c3ae3071f800550caedcdc8ad88a55eddd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:03:26 +0000 Subject: [PATCH] Update flake8-builtins requirement in /requirements 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:development ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 9952032d..1dc64702 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ black flake8>=3.8,<6.2 -flake8-builtins>=1.5,<2.2 +flake8-builtins>=1.5,<2.3 flake8-isort>=4.0,<6.2 flake8-qgis>=1,<1.1 isort>=5.7,<5.13