From 7be6e9b20a2db49191e853b088be7f95bf7152b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:19:35 +0000 Subject: [PATCH] build(deps-dev): bump flake8-bugbear from 24.4.21 to 24.4.26 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2c1501..f72973c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -457,13 +457,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] @@ -1264,4 +1264,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bb2693b1b50ee683e0321dbd2e4dfaa29471d720adb8b2d961f1eb55db8f0c13" +content-hash = "29d9abe37490a2f0f723a09e39260d3806bc3c22d8fbd0f1f5ffe0a42a0d3190" diff --git a/pyproject.toml b/pyproject.toml index c9bc9ff..367c2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voluptuous = ">=0.12" black = "24.4.2" coveralls = "^3" flake8 = { version = "^7", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^24.4.21", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^24.4.26", python = ">=3.8.1,<4.0" } pep8-naming = "^0.13.3" pytest = "^8.1.1" pytest-asyncio = "^0.23"