diff --git a/poetry.lock b/poetry.lock index 5fc6203..0ca9aaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -278,17 +278,17 @@ flake8 = ">=5.0.0" [[package]] name = "flake8-bugbear" -version = "24.4.26" +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-24.4.26-py3-none-any.whl", hash = "sha256:cb430dd86bc821d79ccc0b030789a9c87a47a369667f12ba06e80f11305e8258"}, - {file = "flake8_bugbear-24.4.26.tar.gz", hash = "sha256:ff8d4ba5719019ebf98e754624c30c05cef0dadcf18a65d91c7567300e52a130"}, + {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] @@ -785,4 +785,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "0edfc8ccd19f1b78c5d4255207fbe0c80cb39c026c054d19b9ff52af61a232bc" +content-hash = "bf7140a1cfa561a717c35b571fe8a4dc61e2a4c35d3ae867f2e0a046c77b4b52" diff --git a/pyproject.toml b/pyproject.toml index 7f5881d..f7cc214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "3.8.0" black = "24.4.2" flake8 = "7.0.0" flake8-bandit = "4.1.1" -flake8-bugbear = "24.4.26" +flake8-bugbear = "24.12.12" flake8-docstrings = "1.7.0" flake8-polyfill = "1.0.2" isort = "5.13.2"