Skip to content

chore(deps-dev): bump the lint-deps group across 1 directory with 4 updates#761

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lint-deps-2162b767e2
Open

chore(deps-dev): bump the lint-deps group across 1 directory with 4 updates#761
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lint-deps-2162b767e2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

Updates the requirements on flake8-black, flake8-comprehensions, flake8-string-format and flake8 to permit the latest version.
Updates flake8-black to 0.4.0

Commits
  • 8148dac Change black_preview.py test to work on black 23.9.1 and 25.9.0
  • ffc9e73 Testing on Python 3.9-3.13 and black 23.9.1 & 25.9.0
  • 828cbe2 Cope with decode_bytes API change in black 25.9.0
  • aafae3e Fix long comment line (style)
  • 7f00672 Add note about BLK997 change
  • 664713f Not so easy to get the bad TOML filename in black 24.2.0
  • a01c5a6 Remove internal double blank line for consistent behavior
  • b5ff3a7 Release v0.4.0 will work with black 25.9.0 (TODO)
  • ca8e133 Release v3.0.7 today with upper bound on black (#99)
  • f869680 Place an upper bound on black due to change in decode_bytes function
  • Additional commits viewable in compare view

Updates flake8-comprehensions to 3.17.0

Changelog

Sourced from flake8-comprehensions's changelog.

3.17.0 (2025-09-09)

  • Support Python 3.14.

3.16.0 (2024-10-27)

  • Drop Python 3.8 support.

  • Support Python 3.13.

3.15.0 (2024-06-29)

  • Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with dict.fromkeys().

    Thanks to Tom Kuson in PR [#553](https://github.com/adamchainz/flake8-comprehensions/issues/553) <https://github.com/adamchainz/flake8-comprehensions/pull/553>__.

3.14.0 (2023-07-10)

  • Drop Python 3.7 support.

3.13.0 (2023-06-15)

  • Support Python 3.12.

3.12.0 (2023-04-13)

  • Add rule C418 to check for calls passing a dict literal or dict comprehension to dict().

  • Add rule C419 to check for calls passing a list comprehension to any()/all().

3.11.1 (2023-03-21)

  • Fix false positives in C406 “unnecessary dict literal”.

    Fixes Issue [#260](https://github.com/adamchainz/flake8-comprehensions/issues/260) <https://github.com/adamchainz/flake8-comprehensions/issues/260>__.

3.11.0 (2023-03-18)

  • Expand C416 to dict comprehensions.

    Thanks to Aaron Gokaslan in PR [#490](https://github.com/adamchainz/flake8-comprehensions/issues/490) <https://github.com/adamchainz/flake8-comprehensions/pull/490>__.

... (truncated)

Commits

Updates flake8-string-format from 0.3.0 to 0.4.0

Commits
  • 0cf5538 Convert to release through Github actions
  • f2e503b Reword the error messages for better grammar and clarity.
  • 3ffd2d2 Bump old gh /actions
  • 1aa5e9e Fix issue with setuptools in ci
  • 76bf967 Adapt CI testing matrix
  • 58a893d fix_3_14 incompatibvility and modernize python versions, removing EOL support
  • 4b6a3cd Fixed layout in README, clarified FMT102/103
  • a87ebf1 Merge pull request #21 from wwuck/feature/20
  • 5866989 Add action on pull request
  • 87be653 Change error code prefix to FMT for flake8 v5
  • Additional commits viewable in compare view

Updates flake8 to 7.3.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Updates the requirements on [flake8-black](https://github.com/peterjc/flake8-black), [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions), [flake8-string-format](https://github.com/xZise/flake8-string-format) and [flake8](https://github.com/pycqa/flake8) to permit the latest version.

Updates `flake8-black` to 0.4.0
- [Commits](peterjc/flake8-black@v0.3.6...v0.4.0)

Updates `flake8-comprehensions` to 3.17.0
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/flake8-comprehensions@3.16.0...3.17.0)

Updates `flake8-string-format` from 0.3.0 to 0.4.0
- [Commits](xZise/flake8-string-format@0.3.0...v0.4.0)

Updates `flake8` to 7.3.0
- [Commits](PyCQA/flake8@7.2.0...7.3.0)

---
updated-dependencies:
- dependency-name: flake8-black
  dependency-version: 0.4.0
  dependency-type: direct:development
  dependency-group: lint-deps
- dependency-name: flake8-comprehensions
  dependency-version: 3.17.0
  dependency-type: direct:development
  dependency-group: lint-deps
- dependency-name: flake8-string-format
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint-deps
- dependency-name: flake8
  dependency-version: 7.3.0
  dependency-type: direct:development
  dependency-group: lint-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip Pull requests that update pip mod dependencies labels Jun 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 00:42
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@dependabot dependabot Bot requested review from manith1 and spillerc-hpe June 16, 2026 00:42
@dependabot dependabot Bot added the pip Pull requests that update pip mod dependencies label Jun 16, 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 pip Pull requests that update pip mod dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants