From ef31a47893c6d096b00ca05dbc3985e08fcb4ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:48:47 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.4.21 to 24.4.26 (#863) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.4.21 to 24.4.26. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.21...24.4.26) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... 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 6716d1ee..b2afc4d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,13 +804,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.4.21" +version = "24.4.26" 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.4.21-py3-none-any.whl", hash = "sha256:58581060a1650f4b11344795db8a4934867d4450486319ece86d7720a9414036"}, - {file = "flake8_bugbear-24.4.21.tar.gz", hash = "sha256:d1a87b8f6ca1ed28772c36515f751ea3709e041d78bca60590a570b9cb802e55"}, + {file = "flake8_bugbear-24.4.26-py3-none-any.whl", hash = "sha256:cb430dd86bc821d79ccc0b030789a9c87a47a369667f12ba06e80f11305e8258"}, + {file = "flake8_bugbear-24.4.26.tar.gz", hash = "sha256:ff8d4ba5719019ebf98e754624c30c05cef0dadcf18a65d91c7567300e52a130"}, ] [package.dependencies] @@ -2547,4 +2547,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d4868849e61c314afa0750f6a3029806bfe8321acc42af5b5f45aa49e2892bdb" +content-hash = "d09134bdb129455bb01d98049ea7f215441dcca0fdb0988e7b02507001f166fc" diff --git a/pyproject.toml b/pyproject.toml index ace5c1b5..448d7c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "2023.11.0" black = "^24.4.2" codespell = "^2.2.5" flake8 = "^7.0.0" -flake8-bugbear = "^24.4.21" +flake8-bugbear = "^24.4.26" flake8-comprehensions = "^3.14.0" flake8-simplify = "^0.21.0" flake8-use-fstring = "^1.4"