From ea8f2119d547593309ca8a4fb2b91dc6cd64aeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:22:53 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-builtins from 2.0.0 to 2.0.1 Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.0.0 to 2.0.1. - [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/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ac052aee807..4d13d2cdab8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,11 +368,11 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "flake8-builtins" -version = "2.0.0" +version = "2.0.1" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] flake8 = "*" @@ -1498,7 +1498,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "fb037eb11a59cd569d8c32d4f9d7e09ed03f325dea42a9f4af1a805f74eaf59c" +content-hash = "640352b7a20a0f10090859a23d5241062ff300f153db5f8c0139470d41a87a4f" [metadata.files] attrs = [ @@ -1682,8 +1682,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, ] flake8-builtins = [ - {file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"}, - {file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"}, + {file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"}, + {file = "flake8_builtins-2.0.1-py3-none-any.whl", hash = "sha256:a5b9ca9cbc921c4455ea02e2e9963c990ac66d028c15b654625e012a1e3bbb4d"}, ] flake8-comprehensions = [ {file = "flake8-comprehensions-3.10.1.tar.gz", hash = "sha256:412052ac4a947f36b891143430fef4859705af11b2572fbb689f90d372cf26ab"}, diff --git a/pyproject.toml b/pyproject.toml index 981de78386b..b4182c08e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ coverage = {extras = ["toml"], version = "^6.2"} pytest = "^7.0.1" black = "^22.8" boto3 = "^1.18" -flake8-builtins = "^2.0.0" +flake8-builtins = "^2.0.1" flake8-comprehensions = "^3.10.1" flake8-debugger = "^4.0.0" flake8-fixme = "^1.1.1"