diff --git a/poetry.lock b/poetry.lock index 776cff7..10139b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -477,13 +477,13 @@ develop = ["build", "twine"] [[package]] name = "flake8-bugbear" -version = "24.10.31" +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.10.31-py3-none-any.whl", hash = "sha256:cccf786ccf9b2e1052b1ecfa80fb8f80832d0880425bcbd4cd45d3c8128c2683"}, - {file = "flake8_bugbear-24.10.31.tar.gz", hash = "sha256:435b531c72b27f8eff8d990419697956b9fd25c6463c5ba98b3991591de439db"}, + {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] @@ -1152,4 +1152,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f7e687b9935ee9006138447f1e09e823b255d9ce39997cb2b94ab4840c56e9dd" +content-hash = "dfe1519c4cfb3ea0bad8be724c6aa34f6749cccf989e4f694207fe602de5924b" diff --git a/pyproject.toml b/pyproject.toml index 6504ede..ac155a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ google-auth = "2.36.0" black = "24.10.0" flake8 = "7.1.1" flake8-black = "0.3.6" -flake8-bugbear = "24.10.31" +flake8-bugbear = "24.12.12" flake8-import-order = "0.18.2" mypy = "1.13.0" pylint = "3.3.2"