From 555b8ccb4fddb3e90cba2d25cb17875e766b9c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:50:20 +0000 Subject: [PATCH] build(deps-dev): 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6818e6fa..db8b4e81 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8-2020 == 1.8.1 flake8-bandit == 4.1.1 flake8-broken-line == 1.0.0 flake8-bugbear == 23.9.16 -flake8-builtins == 2.1.0 +flake8-builtins == 2.2.0 flake8-coding == 1.3.2 flake8-commas == 2.1.0 flake8-comprehensions == 3.14.0