From aec2f3a2c4caf7f9d35183e076e056f8e93bb979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:47:45 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.2.6 to 24.4.21 (#858) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.2.6 to 24.4.21. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.4.21) --- updated-dependencies: - dependency-name: flake8-bugbear 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> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38084e4c1..8a06dc012 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,13 +804,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.2.6" +version = "24.4.21" 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.8.1" files = [ - {file = "flake8-bugbear-24.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, - {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, + {file = "flake8_bugbear-24.4.21-py3-none-any.whl", hash = "sha256:58581060a1650f4b11344795db8a4934867d4450486319ece86d7720a9414036"}, + {file = "flake8_bugbear-24.4.21.tar.gz", hash = "sha256:d1a87b8f6ca1ed28772c36515f751ea3709e041d78bca60590a570b9cb802e55"}, ] [package.dependencies] @@ -2547,4 +2547,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dbf9d94b681278ad6884f0b6b22f65597402b0f96fad7cbeb9e512747298d879" +content-hash = "0981384cc4c52de0fb28e00cc22783039ea82de9f0bdf786e7166d49882dfb7b" diff --git a/pyproject.toml b/pyproject.toml index eba4f195c..68815b7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "2023.11.0" black = "^24.4.0" codespell = "^2.2.5" flake8 = "^7.0.0" -flake8-bugbear = "^24.2.6" +flake8-bugbear = "^24.4.21" flake8-comprehensions = "^3.14.0" flake8-simplify = "^0.21.0" flake8-use-fstring = "^1.4"