diff --git a/poetry.lock b/poetry.lock index 6f6eefd7a..0fb5c4cd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1441,18 +1441,18 @@ pyflakes = ">=3.3.0,<3.4.0" [[package]] name = "flake8-bugbear" -version = "24.8.19" +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" groups = ["dev"] files = [ - {file = "flake8_bugbear-24.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, - {file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, + {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] @@ -5199,4 +5199,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "7271eb94d243b979aef076dc1b116cfe0d7566c4581ef4c1ac623d846542b518" +content-hash = "463d3e8e69ba517fd4c543a2c3cd72bdd80b860b466f3fe3a5cf1dd8335cb85a" diff --git a/pyproject.toml b/pyproject.toml index 7862d9700..0716e6cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ black = "^25.1.0" cloudfoundry-client = "*" exceptiongroup = "==1.2.2" flake8 = "^7.2.0" -flake8-bugbear = "^24.1.17" +flake8-bugbear = "^24.12.12" freezegun = "^1.5.1" honcho = "*" isort = "^5.13.2"