Bump flake8-bugbear from 25.10.21 to 25.11.29 (#2116)

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 25.10.21 to 25.11.29.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/25.10.21...25.11.29)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-version: 25.11.29
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-02 10:42:42 -05:00
committed by GitHub
parent 627fd80aa0
commit cabe0055ab
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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 = "*"