Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps flake8-bugbear from 24.12.12 to 25.11.29.

Release notes

Sourced from flake8-bugbear's releases.

25.11.29

  • B043: Add new check to state don't call delattr with constant (#514)
  • B042: ignore overloaded init, ignore if str+pickle dunder, improve README

25.10.21

  • B042: New check for reminding to call super().init in custom exceptions
  • B028: Skip if skip_file_prefixes is used (#503)
  • B912: New check for map() without an explicit strict= parameter. (#516)
  • Add python3.14 Support / CI
  • Remove python3.9 support / CI
  • flake8-bugbear now requires at least Python 3.10, like the next release of flake8
Commits
  • a5ace0a Update CHANGES + move to version 25.11.29 to release
  • 0afdcce b042: ignore overloaded init, ignore if str+pickle dunder, improve README (#531)
  • 2d2fd4d Add B043: Do not call delattr with constant (#514)
  • 9677fa8 Bump actions/checkout from 5 to 6 (#530)
  • ad43575 [pre-commit.ci] pre-commit autoupdate (#529)
  • cdd75f1 Update CHANGES + move to version 25.10.21 to release
  • 4601fe6 Drop 3.9 support + add 3.14 CI (#524)
  • 3969961 [pre-commit.ci] pre-commit autoupdate (#523)
  • 6276149 [pre-commit.ci] pre-commit autoupdate (#522)
  • d264420 [pre-commit.ci] pre-commit autoupdate (#520)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 2, 2025 09:27
@dependabot dependabot bot force-pushed the dependabot/pip/demos/flake8-bugbear-25.11.29 branch from 6d23a3f to cf52f9f Compare December 2, 2025 09:30
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.12.12 to 25.11.29.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.12.12...25.11.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/demos/flake8-bugbear-25.11.29 branch from cf52f9f to 9b842e5 Compare December 3, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant