From 0a7d113c0e0b3396835faaea52aae01031582023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:02:28 +0200 Subject: [PATCH] build(deps-dev): bump flake8-builtins from 1.5.3 to 2.0.0 (#274) Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 1.5.3 to 2.0.0. - [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.3...2.0.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 12066e23..2f9348f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,7 +326,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] [[package]] name = "flake8-builtins" -version = "1.5.3" +version = "2.0.0" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false @@ -336,7 +336,7 @@ python-versions = "*" flake8 = "*" [package.extras] -test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] +test = ["pytest"] [[package]] name = "flake8-comprehensions" @@ -985,7 +985,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3bb65b5eae1dbbe067fc71db7b75b11bfe12972d01de54696f086a5b8ff391b4" +content-hash = "0638332143af7e1d856559f6f684b413d8d0257659f978136560b28c066283f4" [metadata.files] aiohttp = [ @@ -1249,8 +1249,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"}, ] flake8-builtins = [ - {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, - {file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"}, + {file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"}, + {file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"}, ] flake8-comprehensions = [ {file = "flake8-comprehensions-3.10.0.tar.gz", hash = "sha256:181158f7e7aa26a63a0a38e6017cef28c6adee71278ce56ce11f6ec9c4905058"}, diff --git a/pyproject.toml b/pyproject.toml index eef44946..3b63c607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ darglint = "^1.8.1" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.9.23" -flake8-builtins = "^1.5.3" +flake8-builtins = "^2.0.0" flake8-comprehensions = "^3.10.0" flake8-docstrings = "^1.5.0" flake8-eradicate = "^1.4.0"