chore(deps): update dependency flake8-eradicate to v1.4.0

This commit is contained in:
renovate[bot] 2022-09-26 01:51:21 +00:00
parent e9793ca648
commit dd97930c20
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -233,17 +233,17 @@ pydocstyle = ">=2.1"
[[package]]
name = "flake8-eradicate"
version = "1.3.0"
version = "1.4.0"
description = "Flake8 plugin to find commented out code"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
python-versions = ">=3.7,<4.0"
[package.dependencies]
attrs = "*"
eradicate = ">=2.0,<3.0"
flake8 = ">=3.5,<6"
setuptools = "*"
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
[[package]]
name = "flake8-isort"
@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "e1508b31c34b2d08ff5a033ea3a840df26b8770c850f4f62998b41d8323c0a8b"
content-hash = "11bc77f5fa616fd1a406fc78bd5b6b5e0280acf790aa8d5088b10a9605c196b7"
[metadata.files]
anyconfig = [
@ -1023,8 +1023,8 @@ flake8-docstrings = [
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
]
flake8-eradicate = [
{file = "flake8-eradicate-1.3.0.tar.gz", hash = "sha256:e4c98f00d17dc8653e3388cac2624cd81e9735de2fd4a8dcf99029633ebd7a63"},
{file = "flake8_eradicate-1.3.0-py3-none-any.whl", hash = "sha256:85a71e0c5f4e07f7c6c5fec520483561fd6bd295417d622855bdeade99242e3d"},
{file = "flake8-eradicate-1.4.0.tar.gz", hash = "sha256:3088cfd6717d1c9c6c3ac45ef2e5f5b6c7267f7504d5a74b781500e95cb9c7e1"},
{file = "flake8_eradicate-1.4.0-py3-none-any.whl", hash = "sha256:e3bbd0871be358e908053c1ab728903c114f062ba596b4d40c852fd18f473d56"},
]
flake8-isort = [
{file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"},

View File

@ -62,7 +62,7 @@ flake8 = "5.0.4"
flake8-blind-except = "0.2.1"
flake8-builtins = "1.5.3"
flake8-docstrings = "1.6.0"
flake8-eradicate = "1.3.0"
flake8-eradicate = "1.4.0"
flake8-isort = "4.2.0"
flake8-logging-format = "0.7.5"
flake8-pep3101 = "1.3.0"