From fc11e1df8556adb0595c683b03e012e86b5935f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:35:43 +0200 Subject: [PATCH] chore(deps-dev): bump flake8-eradicate in /cfn-lint-serverless (#70) Bumps [flake8-eradicate](https://github.com/wemake-services/flake8-eradicate) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/wemake-services/flake8-eradicate/releases) - [Changelog](https://github.com/wemake-services/flake8-eradicate/blob/master/CHANGELOG.md) - [Commits](https://github.com/wemake-services/flake8-eradicate/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: flake8-eradicate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cfn-lint-serverless/poetry.lock | 8 ++++---- cfn-lint-serverless/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cfn-lint-serverless/poetry.lock b/cfn-lint-serverless/poetry.lock index 1f73ca3..d0c96ac 100644 --- a/cfn-lint-serverless/poetry.lock +++ b/cfn-lint-serverless/poetry.lock @@ -234,7 +234,7 @@ dev = ["coverage", "black", "hypothesis", "hypothesmith"] [[package]] name = "flake8-eradicate" -version = "1.0.0" +version = "1.1.0" description = "Flake8 plugin to find commented out code" category = "dev" optional = false @@ -748,7 +748,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "02aa9de1a730c1fad878ae2bef8392daf6b1448d81c6e1f54a654327b9217fc2" +content-hash = "bcadc839d3825b9724b86024bb32951e39f42283a9fb5dc290520b141558a761" [metadata.files] appdirs = [ @@ -877,8 +877,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-20.11.1-py36.py37.py38-none-any.whl", hash = "sha256:f35b8135ece7a014bc0aee5b5d485334ac30a6da48494998cc1fabf7ec70d703"}, ] 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-polyfill = [ {file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"}, diff --git a/cfn-lint-serverless/pyproject.toml b/cfn-lint-serverless/pyproject.toml index f6ff7e8..4b6ccec 100644 --- a/cfn-lint-serverless/pyproject.toml +++ b/cfn-lint-serverless/pyproject.toml @@ -18,7 +18,7 @@ flake8 = "^3.8.4" coverage = "^5.4" flake8-variables-names = "^0.0.4" pytest-cov = "^2.11.1" -flake8-eradicate = "^1.0.0" +flake8-eradicate = "^1.1.0" flake8-bugbear = "^20.11.1" bandit = "^1.7.0" radon = "^4.3.2"