diff --git a/poetry.lock b/poetry.lock index 2c616cfec..7386f67a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1531,14 +1531,14 @@ pyflakes = ">=3.4.0,<3.5.0" [[package]] name = "flake8-bugbear" -version = "25.10.21" +version = "25.11.29" 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.10" groups = ["dev"] files = [ - {file = "flake8_bugbear-25.10.21-py3-none-any.whl", hash = "sha256:f1c5654f9d9d3e62e90da1f0335551fdbc565c51749713177dbcfb9edb105405"}, - {file = "flake8_bugbear-25.10.21.tar.gz", hash = "sha256:2876afcaed8bfb3464cf33e3ec42cc3bec0a004165b84400dc3392b0547c2714"}, + {file = "flake8_bugbear-25.11.29-py3-none-any.whl", hash = "sha256:9bf15e2970e736d2340da4c0a70493db964061c9c38f708cfe1f7b2d87392298"}, + {file = "flake8_bugbear-25.11.29.tar.gz", hash = "sha256:b5d06710f3d26e595541ad303ad4d5cb52578bd4bccbb2c2c0b2c72e243dafc8"}, ] [package.dependencies] @@ -5957,4 +5957,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "ae0aacdb592edf973de2934648ce4e1e7312cde7bcbed34b6ae27472faf0d7db" +content-hash = "ad8068a820b6f54fec7c190a797c5bad83ed86c5db13e1b0dee6a68e1941cc3d" diff --git a/pyproject.toml b/pyproject.toml index 9013d2b5c..66f132806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ cyclonedx-python-lib = "^11.5.0" cloudfoundry-client = "*" exceptiongroup = "==1.3.1" flake8 = "^7.3.0" -flake8-bugbear = "^25.10.21" +flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" hypothesis = "^6.148.3" honcho = "*"