diff --git a/poetry.lock b/poetry.lock index 1f4cb8d..52b8cc5 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 = "7ecabf3fa55b27059d87cda186b8906bd7917c232438e0a9912fd8f30947856d" +content-hash = "5391356f63f1a850b77e79d70c908beb284b01d748c75efe55ab1f0253bcb9cb" diff --git a/pyproject.toml b/pyproject.toml index 69f0e1d..7fd563a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voluptuous = ">=0.12" black = "24.4.1" 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"