diff --git a/poetry.lock b/poetry.lock index ddbdae6..2bf361c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,7 +170,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 @@ -698,7 +698,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 = "3a341e43dc9437b5badb9e55fb53a1525857ccf7073ecb47c164601ec0c6f430" +content-hash = "3cb23f4bdc711e87a3da147a230001a883cab67e2eb5a82a595b7d299e2610e6" [metadata.files] anyconfig = [ @@ -810,8 +810,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"}, diff --git a/pyproject.toml b/pyproject.toml index ac5ecd6..34b890c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,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"