mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
chore(deps): update dependency flake8-builtins to v2.0.1
This commit is contained in:
parent
3a9eec8eb9
commit
6d66189180
10
poetry.lock
generated
10
poetry.lock
generated
@ -218,11 +218,11 @@ python-versions = "*"
|
||||
|
||||
[[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 = "*"
|
||||
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "5227c2592a9ebf4802856cf1ae856c1e28af1f1b2c49b39a56e6a0a053ac79d8"
|
||||
content-hash = "452339ad34eb53b7bb08275575dfbf4b93f35a7d9aef78e015f5e8262358939d"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -1022,8 +1022,8 @@ flake8-blind-except = [
|
||||
{file = "flake8-blind-except-0.2.1.tar.gz", hash = "sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16"},
|
||||
]
|
||||
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-docstrings = [
|
||||
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
|
||||
|
@ -60,7 +60,7 @@ zipp = "3.10.0"
|
||||
bandit = "1.7.4"
|
||||
flake8 = "5.0.4"
|
||||
flake8-blind-except = "0.2.1"
|
||||
flake8-builtins = "2.0.0"
|
||||
flake8-builtins = "2.0.1"
|
||||
flake8-docstrings = "1.6.0"
|
||||
flake8-eradicate = "1.4.0"
|
||||
flake8-isort = "5.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user