Skip to content

Bump flake8-bugbear from 25.11.29 to 26.9.9 - #1698

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/flake8-bugbear-26.9.9
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/flake8-bugbear-26.9.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps flake8-bugbear from 25.11.29 to 26.9.9.

Release notes

Sourced from flake8-bugbear's releases.

26.9.9

  • B044: New check for assert <generator_expression>, which is always true (#534)
  • B031: allow reusing a group after assigning list(group) or tuple(group) back to the same name (#395)
  • B028: report warnings.warn calls that pass an explicitly empty skip_file_prefixes tuple (#510)
  • B019: also flag async_lru.alru_cache and check cache decorators on async def methods (#488)
  • B023: don't flag a function whose every reference is a direct call inside the loop body (#468, #380)
  • B020: don't flag for self.a in self.b: rebinding an attribute is not rebinding the base name (#248)
  • B018: handle also useless calls such as isinstance(x, int) without assigning or using the result
  • B031: don't count a store-context reference as a use of the groupby generator, and don't treat references in mutually exclusive if/elif/else branches as multiple uses (#465)
  • B902: don't raise a false positive on a metaclass defined with a dotted base such as abc.ABCMeta or enum.EnumMeta (#411)
  • B913: Add an optional check for unused _ targets in zip() loops (#545)
  • B912: only emit on Python 3.14+ where map() supports strict= (#548)
Commits
  • 7d50615 Update CHANGES + move to version 26.9.9 to release
  • 081d1a8 Add AGENTS.md with commands, code map, conventions, release process
  • 5489c17 Add B044: assert <generator_expression> (#535)
  • 0010b42 Add B913 for unused trailing zip values (#564)
  • 6358c02 B031: allow reusing groups after materialization (#576)
  • b47cb86 B028: flag empty skip_file_prefixes tuples (#575)
  • 096b611 B031: don't count mutually exclusive branch usages (#572)
  • e7b9bc0 [pre-commit.ci] pre-commit autoupdate (#573)
  • 81f82a1 B023: don't flag a function that is only called inside the loop (#567)
  • 4b502c5 B020: don't flag rebinding an attribute of the loop's base object (#568)
  • 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 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)

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

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-version: 26.9.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants