Skip to content

Bump flake8-bugbear from 25.11.29 to 26.9.9 in the flake8 group across 1 directory - #614

Merged
dirn merged 1 commit into
mainfrom
dependabot-pip-flake8-ada2f70bba
Sep 22, 2026
Merged

dirn merged 1 commit into
mainfrom
dependabot-pip-flake8-ada2f70bba

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the flake8 group with 1 update in the / directory: flake8-bugbear.

Updates 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 14, 2026
@dirn
dirn enabled auto-merge September 22, 2026 01:12
Bumps the flake8 group with 1 update in the / directory: [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear).


Updates `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:development
  update-type: version-update:semver-major
  dependency-group: flake8
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump flake8-bugbear from 25.11.29 to 26.9.9 in the flake8 group Bump flake8-bugbear from 25.11.29 to 26.9.9 in the flake8 group across 1 directory Sep 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot-pip-flake8-ada2f70bba branch from f1a2344 to a62abdc Compare September 22, 2026 01:15
@dirn
dirn merged commit 1373329 into main Sep 22, 2026
5 checks passed
@dirn
dirn deleted the dependabot-pip-flake8-ada2f70bba branch September 22, 2026 01:16
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