From f84496f8f349e1c79aa2cb217bbff6de4f42f10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 04:01:01 +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. - [Release notes](https://github.com/gforcada/flake8-builtins/releases) - [Changelog](https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/1.5.0...2.1.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 b6303a6..2ade039 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ black flake8>=3.8,<4.1 -flake8-builtins>=1.5,<1.6 +flake8-builtins>=1.5,<2.2 flake8-eradicate>=1.0,<1.5 flake8-isort>=4.0,<4.3 pre-commit>=2.12,<2.21