Bump flake8-bugbear from 24.12.12 to 25.10.21 (#3046)

* Bump flake8-bugbear from 24.12.12 to 25.10.21

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

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-version: 25.10.21
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix B042 warnings from flake8-bugbear 25.10.21 upgrade

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Janousek <alex.janousek@gsa.gov>
This commit is contained in:
dependabot[bot]
2025-10-24 14:08:32 -04:00
committed by GitHub
parent e89369b6a5
commit 2fda7f45c0
3 changed files with 11 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ coverage = "*"
detect-secrets = "^1.5.0"
freezegun = "^1.5.5"
flake8 = "^7.3.0"
flake8-bugbear = "^24.12.12"
flake8-bugbear = "^25.10.21"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.2.0"
isort = "^7.0.0"