diff --git a/poetry.lock b/poetry.lock index ce9a8b0..5a011a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -556,13 +556,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.12.2" +version = "24.8.19" 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.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, + {file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, ] [package.dependencies] @@ -2334,4 +2334,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "f57db35cafbb42077d4798acea8f9eb7257883e385821b1a18ca11f643bf837b" +content-hash = "fec0dd44a99f5d0cf4e08b41734b1f9ee226c33e7b053afec2c54cbf8a18796c" diff --git a/pyproject.toml b/pyproject.toml index 4cf6fca..9ddea6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ smart-open = {extras = ["s3"], version = ">=6.4,<8.0"} black = ">=23.3,<25.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"