diff --git a/poetry.lock b/poetry.lock index 55b042a..76dad32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -128,7 +128,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 @@ -617,7 +617,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 = "8f53d99e27857bce7303565fdd16d1620ec06d5d95d5e24b916211d8c2a19676" +content-hash = "93c3e9d43f34a343ef1badd3b1717c0819824da0c0b66b4a6ed7ef558add1296" [metadata.files] atomicwrites = [ @@ -717,8 +717,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 2700eef..520aad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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"