diff --git a/poetry.lock b/poetry.lock index a0a73a4..f4e089e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -224,13 +224,13 @@ flake8 = ">=5.0.0" [[package]] name = "flake8-bugbear" -version = "23.11.26" +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-23.11.26.tar.gz", hash = "sha256:8e36119071bab626b6dab834fadd6d03c06090e9b189e67b4905821df8212fee"}, - {file = "flake8_bugbear-23.11.26-py3-none-any.whl", hash = "sha256:55d00c8a3c48c995c1f0ec0df54f8c9cf530c06035ce53975a03517d2e7f53e5"}, + {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] @@ -854,4 +854,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "d475bcc2dc43d40b86bf99ab3868cdce56d67a6004bc93d3451d67a989e84e11" +content-hash = "6a7aa0db4658e0ccb6cf16dbd4ef1649576b325d7a5be2d4a79cd864d5c2a4ed" diff --git a/pyproject.toml b/pyproject.toml index a718f7b..93bd0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pefile = "^2023.2.7" [tool.poetry.group.dev.dependencies] flake8 = "^6.0.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^23.5.9" +flake8-bugbear = ">=23.5.9,<25.0.0" flake8-import-order = "^0.18.2" flake8-string-format = "^0.3.0" flake8-tidy-imports = "^4.8.0"