build(deps-dev): bump flake8-builtins from 1.5.3 to 2.0.0 (#873)

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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-10 09:57:20 +02:00
committed by GitHub
parent 777fb991e9
commit 8c57f37f5c
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -398,7 +398,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"]
[[package]] [[package]]
name = "flake8-builtins" name = "flake8-builtins"
version = "1.5.3" version = "2.0.0"
description = "Check for python builtins being used as variables or parameters." description = "Check for python builtins being used as variables or parameters."
category = "dev" category = "dev"
optional = false optional = false
@ -408,7 +408,7 @@ python-versions = "*"
flake8 = "*" flake8 = "*"
[package.extras] [package.extras]
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] test = ["pytest"]
[[package]] [[package]]
name = "flake8-cognitive-complexity" name = "flake8-cognitive-complexity"
@ -1410,7 +1410,7 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "80d1a197e8b5989953ac55467ac05f54d8cfda0df1db8307721e911f3dc51b33" content-hash = "f30625729d02d252eab13f60fea0d6c47da427336a0f9296c0a87f51fd07866e"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1712,8 +1712,8 @@ flake8-bugbear = [
{file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"}, {file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"},
] ]
flake8-builtins = [ flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, {file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"},
{file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"}, {file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"},
] ]
flake8-cognitive-complexity = [ flake8-cognitive-complexity = [
{file = "flake8_cognitive_complexity-0.1.0.tar.gz", hash = "sha256:f202df054e4f6ff182b659c261922b9c684628a47beb19cb0973c50d6a7831c1"}, {file = "flake8_cognitive_complexity-0.1.0.tar.gz", hash = "sha256:f202df054e4f6ff182b659c261922b9c684628a47beb19cb0973c50d6a7831c1"},

View File

@ -81,7 +81,7 @@ flake8-black = "^0.3.3"
flake8-bugbear = "^22.9.23" flake8-bugbear = "^22.9.23"
flake8-import-order = "^0.18.1" flake8-import-order = "^0.18.1"
flake8-bandit = "^3.0.0" flake8-bandit = "^3.0.0"
flake8-builtins = "^1.5.3" flake8-builtins = "^2.0.0"
flake8-variables-names = "^0.0.5" flake8-variables-names = "^0.0.5"
flake8-cognitive-complexity = "^0.1.0" flake8-cognitive-complexity = "^0.1.0"
flake8-functions = "^0.0.7" flake8-functions = "^0.0.7"