diff --git a/poetry.lock b/poetry.lock index 80e17c698..0764dc904 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1594,17 +1594,17 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-bugbear" -version = "23.3.23" +version = "24.12.12" 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.3.23.tar.gz", hash = "sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d"}, - {file = "flake8_bugbear-23.3.23-py3-none-any.whl", hash = "sha256:8a218d13abd6904800970381057ce8e72cde8eea743240c4ef3ede4dd0bc9cfb"}, + {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"}, + {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"}, ] [package.dependencies] -attrs = ">=19.2.0" +attrs = ">=22.2.0" flake8 = ">=6.0.0" [package.extras] @@ -4479,4 +4479,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "edaaf4ff6a07def7252265d20e554ed8db3d00ebe1098ea8fd7698530b21a5fe" +content-hash = "0dcf08520cd33d42e8eb0f597cd2008d95f8d8940206024502a891766d7bf14b" diff --git a/pyproject.toml b/pyproject.toml index 085aee65b..8c43146aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ isort = "5.12.0" [tool.poetry.group.flake8.dependencies] flake8 = "6.0.0" -flake8-bugbear = "23.3.23" +flake8-bugbear = "24.12.12" flake8-comprehensions = "3.10.1" flake8-print = "^5.0.0"