From f67d1a72e95bdbba0789c6b64b8cb4dd4a1359e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:45:38 +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.3.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 599bada..2f0a42d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ black -flake8-builtins>=1.5,<2.3 +flake8-builtins>=1.5,<2.4 flake8-isort>=4.1,<6.2 flake8-qgis>=1,<1.1 isort>=5.8,<5.14