diff --git a/poetry.lock b/poetry.lock index a29ceb9..9a4b706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,13 +510,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.12.2" +version = "24.2.6" 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.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"}, - {file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"}, + {file = "flake8-bugbear-24.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, + {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, ] [package.dependencies] @@ -2256,4 +2256,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "5b2918af5fd57118c0dcb4acb4bc661b555214c22f406c4271950360ac776cab" +content-hash = "eb25391a6af647365b32dacf15c2afd59de313f895a79e8d44a42935b540eb50" diff --git a/pyproject.toml b/pyproject.toml index a32ec18..8ccfe5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ smart-open = {extras = ["s3"], version = "^6.4.0"} black = "^23.3.0" cheroot = "^10.0.0" flake8 = "^6.0.0" -flake8-bugbear = "^23.5.9" +flake8-bugbear = ">=23.5.9,<25.0.0" flake8-debugger = "^4.1.2" flake8-docstrings = "^1.7.0" flake8-isort = "^6.0.0"