From e182a89136bdf64fb18a17ef3db58cdcc7fb5371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:05:40 +0000 Subject: [PATCH] Bump flake8-builtins from 2.1.0 to 2.2.0 Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements/flake8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/flake8.txt b/dev-requirements/flake8.txt index 54cecdf0de..e1bb6482b5 100644 --- a/dev-requirements/flake8.txt +++ b/dev-requirements/flake8.txt @@ -5,7 +5,7 @@ flake8==6.1.0 flake8-bandit~=4.1.1 # runs bandit flake8-black==0.3.6 # runs black -flake8-builtins==2.1.0 # builtin shadowing checks +flake8-builtins==2.2.0 # builtin shadowing checks flake8-coding==1.3.2 # coding magic-comment detection flake8-comprehensions==3.14.0 # comprehension checks flake8-docstrings==1.7.0 # pydocstyle support