From aa9c0b40971b5bdcfb15892f75c6fdb10751908d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:54:20 +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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index eccdb48e..0c5680e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -515,13 +515,13 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", [[package]] name = "flake8-builtins" -version = "2.1.0" -description = "Check for python builtins being used as variables or parameters." +version = "2.2.0" +description = "Check for python builtins being used as variables or parameters" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "flake8-builtins-2.1.0.tar.gz", hash = "sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4"}, - {file = "flake8_builtins-2.1.0-py3-none-any.whl", hash = "sha256:469e8f03d6d0edf4b1e62b6d5a97dce4598592c8a13ec8f0952e7a185eba50a1"}, + {file = "flake8_builtins-2.2.0-py3-none-any.whl", hash = "sha256:7ee5766d9c60e5d579dfda84e65c6d0e6c26005f6f59cb9bf722462d7987a807"}, + {file = "flake8_builtins-2.2.0.tar.gz", hash = "sha256:392d5af3a0720c5a863aa93dc47f48c879081345a143fe9f20d995fe9ff5686a"}, ] [package.dependencies] @@ -1692,4 +1692,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8" -content-hash = "a2e0a00fbc1311c845467e5c7f64752255eceb6773a589323277568088a34b2f" +content-hash = "80df50bee64a01c796a0a1fefa9a57d7b4daf2eac4e36062e843f5adf5cd4444" diff --git a/pyproject.toml b/pyproject.toml index 52a249f2..46dbfa53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ black = "^23.3.0" [tool.poetry.group.linters.dependencies] flake8 = ">=4.0.1,<5.0.0" flakeheaven = "^3.3.0" -flake8-builtins = "^2.1.0" +flake8-builtins = "^2.2.0" flake8-blind-except = "^0.2.1" flake8-logging-format = "^0.9.0" flake8-bugbear = "^23.3.12"