From 8468ea19ed84c8b55ac6b846eafdfa3fd3c4bd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:13:14 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-bugbear in /cfn-lint-serverless Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.4.25 to 23.3.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.4.25...23.3.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cfn-lint-serverless/poetry.lock | 12 ++++++------ cfn-lint-serverless/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cfn-lint-serverless/poetry.lock b/cfn-lint-serverless/poetry.lock index 6b38a39..781a40d 100644 --- a/cfn-lint-serverless/poetry.lock +++ b/cfn-lint-serverless/poetry.lock @@ -329,13 +329,13 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-bugbear" -version = "22.4.25" +version = "23.3.12" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"}, - {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"}, + {file = "flake8-bugbear-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"}, + {file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"}, ] [package.dependencies] @@ -343,7 +343,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "flake8-eradicate" @@ -1047,4 +1047,4 @@ requests = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = ">=3.6.2,<4" -content-hash = "16882d9d34f84d201134ce1d26ea919f4be79f97a90179244dcc9f9daaead53f" +content-hash = "89d2ca64db6fdce5f6d1716b7c06587a41b621adfe16e47df2375baad91355b0" diff --git a/cfn-lint-serverless/pyproject.toml b/cfn-lint-serverless/pyproject.toml index 03d6795..98b84a8 100644 --- a/cfn-lint-serverless/pyproject.toml +++ b/cfn-lint-serverless/pyproject.toml @@ -19,7 +19,7 @@ coverage = "^6.2" flake8-variables-names = "^0.0.4" pytest-cov = "^3.0.0" flake8-eradicate = "^1.2.1" -flake8-bugbear = "^22.4.25" +flake8-bugbear = "^23.3.12" bandit = "^1.7.10" radon = "^5.1.0" xenon = "^0.9.3"