From 4575526db7df63d8271d10670a14df20451a3dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:23:38 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.1.11 to 22.3.23 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 22.3.23. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.1.11...22.3.23) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c83fd0f..3d3f628 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,7 +444,7 @@ python-versions = "*" [[package]] name = "flake8-bugbear" -version = "22.1.11" +version = "22.3.23" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false @@ -1175,7 +1175,7 @@ pyyaml = "*" [metadata] lock-version = "1.1" python-versions = "<3.11,>=3.10" -content-hash = "fdfb58f32a0e3007b37b6a22f7a5a74f4c77ae90217b46a260436c1c1ae98125" +content-hash = "2b8950e9b1503e3837aa31905465b9f92eefde7ccac9122de96c955bdbc73648" [metadata.files] ansible = [ @@ -1414,8 +1414,8 @@ flake8-blind-except = [ {file = "flake8-blind-except-0.2.1.tar.gz", hash = "sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.1.11.tar.gz", hash = "sha256:4c2a4136bd4ecb8bf02d5159af302ffc067642784c9d0488b33ce4610da825ee"}, - {file = "flake8_bugbear-22.1.11-py3-none-any.whl", hash = "sha256:ce7ae44aaaf67ef192b8a6de94a5ac617144e1675ad0654fdea556f48dc18d9b"}, + {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, + {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index c521121..0f0e8e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flakehell = "^0.9.0" flake8-builtins = "^1.5.3" flake8-blind-except = "^0.2.1" flake8-logging-format = "^0.6.0" -flake8-bugbear = "^22.1.11" +flake8-bugbear = "^22.3.23" flake8-annotations = "^2.6.2" flake8-docstrings = "^1.6.0" flake8-bandit = "^3.0.0"