build(deps-dev): bump flake8-builtins from 2.0.1 to 2.1.0 (#965)
Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.0.1 to 2.1.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/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:development update-type: version-update:semver-minor ... 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -412,7 +412,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-builtins"
|
name = "flake8-builtins"
|
||||||
version = "2.0.1"
|
version = "2.1.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
|
||||||
@ -1454,7 +1454,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 = "b9326bfe9af9050eefbf306be060fa728fb2581983ef8e2ccdedef57f432f89d"
|
content-hash = "774e546595e204c6fca168b552c9ead69583380219c00682cc3734e6f5630cff"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiomysql = [
|
aiomysql = [
|
||||||
@ -1768,8 +1768,8 @@ flake8-bugbear = [
|
|||||||
{file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"},
|
{file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"},
|
||||||
]
|
]
|
||||||
flake8-builtins = [
|
flake8-builtins = [
|
||||||
{file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"},
|
{file = "flake8-builtins-2.1.0.tar.gz", hash = "sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4"},
|
||||||
{file = "flake8_builtins-2.0.1-py3-none-any.whl", hash = "sha256:a5b9ca9cbc921c4455ea02e2e9963c990ac66d028c15b654625e012a1e3bbb4d"},
|
{file = "flake8_builtins-2.1.0-py3-none-any.whl", hash = "sha256:469e8f03d6d0edf4b1e62b6d5a97dce4598592c8a13ec8f0952e7a185eba50a1"},
|
||||||
]
|
]
|
||||||
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"},
|
||||||
|
|||||||
@ -81,7 +81,7 @@ flake8-black = "^0.3.5"
|
|||||||
flake8-bugbear = "^22.12.6"
|
flake8-bugbear = "^22.12.6"
|
||||||
flake8-import-order = "^0.18.1"
|
flake8-import-order = "^0.18.1"
|
||||||
flake8-bandit = "^3.0.0"
|
flake8-bandit = "^3.0.0"
|
||||||
flake8-builtins = "^2.0.1"
|
flake8-builtins = "^2.1.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user