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

This commit is contained in:
Renovate Bot 2021-06-22 11:23:00 +00:00 committed by renovate[bot]
parent 5dc2bc3c79
commit ece15bae94
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -215,7 +215,7 @@ pydocstyle = ">=2.1"
[[package]]
name = "flake8-eradicate"
version = "1.0.0"
version = "1.1.0"
description = "Flake8 plugin to find commented out code"
category = "dev"
optional = false
@ -794,7 +794,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "a9d385ea44293b4e8e81b9589e6c804eaec951e06f36e1c7be94025db8cb3ae9"
content-hash = "d46d18def035eba4b54ff0c23834d0a6b1141d47f874b67934fd8447e7d10805"
[metadata.files]
anyconfig = [
@ -918,8 +918,8 @@ flake8-docstrings = [
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
]
flake8-eradicate = [
{file = "flake8-eradicate-1.0.0.tar.gz", hash = "sha256:fe7167226676823d50cf540532302a6f576c5a398c5260692571a05ef72c5f5b"},
{file = "flake8_eradicate-1.0.0-py3-none-any.whl", hash = "sha256:0fc4ab858a18c7ed630621b5345254c8f55be6060ea5c44a25e384d613618d1f"},
{file = "flake8-eradicate-1.1.0.tar.gz", hash = "sha256:f5917d6dbca352efcd10c15fdab9c55c48f0f26f6a8d47898b25d39101f170a8"},
{file = "flake8_eradicate-1.1.0-py3-none-any.whl", hash = "sha256:d8e39b684a37c257a53cda817d86e2d96c9ba3450ddc292742623a5dfee04d9e"},
]
flake8-isort = [
{file = "flake8-isort-4.0.0.tar.gz", hash = "sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9"},

View File

@ -62,7 +62,7 @@ flake8 = "3.9.2"
flake8-blind-except = "0.2.0"
flake8-builtins = "1.5.3"
flake8-docstrings = "1.6.0"
flake8-eradicate = "1.0.0"
flake8-eradicate = "1.1.0"
flake8-isort = "4.0.0"
flake8-logging-format = "0.6.0"
flake8-pep3101 = "1.3.0"