Update dependency flake8-builtins to v2
This commit is contained in:
parent
84e9634cf4
commit
57fcbbb5c4
2 changed files with 6 additions and 6 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -509,7 +509,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
|
||||
|
@ -519,7 +519,7 @@ python-versions = "*"
|
|||
flake8 = "*"
|
||||
|
||||
[package.extras]
|
||||
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
|
||||
test = ["pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "flake8-comprehensions"
|
||||
|
@ -1372,7 +1372,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "adbc4338c3f7a3f3a7bef6a0d06f764ff664486f0ae9b1b0f98062cee37062f8"
|
||||
content-hash = "45bdfd865c63bb087952f63355e1aaf3972c44a446da3e608ca501a26ee7b9b4"
|
||||
|
||||
[metadata.files]
|
||||
anyascii = [
|
||||
|
@ -1669,8 +1669,8 @@ flake8-bugbear = [
|
|||
{file = "flake8_bugbear-22.8.23-py3-none-any.whl", hash = "sha256:1b0ebe0873d1cd55bf9f1588bfcb930db339018ef44a3981a26532daa9fd14a8"},
|
||||
]
|
||||
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"},
|
||||
|
|
|
@ -50,7 +50,7 @@ mypy = "0.971"
|
|||
wagtail-factories = "3.1.0"
|
||||
coverage = "6.5.0"
|
||||
flake8-bugbear = "22.8.23"
|
||||
flake8-builtins = "1.5.3"
|
||||
flake8-builtins = "2.0.0"
|
||||
flake8-comprehensions = "3.10.0"
|
||||
flake8-mutable = "1.2.0"
|
||||
flake8-print = "5.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue