Skip to content

chore(deps-dev): update ruff requirement from <0.16.3,>=0.0.210 to >=0.0.210,<0.16.5 - #831

Merged
schneiderfelipe merged 1 commit into
mainfrom
dependabot/pip/main/ruff-gte-0.0.210-and-lt-0.16.4
Aug 24, 2026
Merged

chore(deps-dev): update ruff requirement from <0.16.3,>=0.0.210 to >=0.0.210,<0.16.5#831
schneiderfelipe merged 1 commit into
mainfrom
dependabot/pip/main/ruff-gte-0.0.210-and-lt-0.16.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on ruff to permit the latest version.

Release notes

Sourced from ruff's releases.

0.16.4

Release Notes

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

Rule changes

  • [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 (#27766)
  • [ruff] Add ctypes.LittleEndianStructure and related types to existing exception (RUF012) (#27753)
  • [syntax-errors] Detect duplicate keyword arguments (#17804)
  • [syntax-errors] Detect parameters declared nonlocal (#27628)

Server

  • Offer display-only fixes and mark safe fixes preferred (#27807)
  • Support pull diagnostics for notebook cells (#27779)

Documentation

  • Add default indicator to rules table (#27724)
  • Fix broken link to Python docs (#27757)

Other changes

  • Fix s390x stacker assembly in release builds (#27776)
  • Guarantee minimum stack size when parsing a module, standalone expression, and suites (#25464)
  • Reduce configuration deserialization code size (#27924)
  • Check packed AST index bounds (#27849)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.4

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

Rule changes

  • [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 (#27766)
  • [ruff] Add ctypes.LittleEndianStructure and related types to existing exception (RUF012) (#27753)
  • [syntax-errors] Detect duplicate keyword arguments (#17804)
  • [syntax-errors] Detect parameters declared nonlocal (#27628)

Server

  • Offer display-only fixes and mark safe fixes preferred (#27807)
  • Support pull diagnostics for notebook cells (#27779)

Documentation

  • Add default indicator to rules table (#27724)
  • Fix broken link to Python docs (#27757)

Other changes

  • Fix s390x stacker assembly in release builds (#27776)
  • Guarantee minimum stack size when parsing a module, standalone expression, and suites (#25464)
  • Reduce configuration deserialization code size (#27924)
  • Check packed AST index bounds (#27849)

Contributors

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 17, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): update ruff requirement from <0.16.3,>=0.0.210 to >=0.0.210,<0.16.4 chore(deps-dev): update ruff requirement from <0.16.3,>=0.0.210 to >=0.0.210,<0.16.5 Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/main/ruff-gte-0.0.210-and-lt-0.16.4 branch from d5e243b to c007d0b Compare August 24, 2026 18:05
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.0.210...0.16.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@schneiderfelipe
schneiderfelipe force-pushed the dependabot/pip/main/ruff-gte-0.0.210-and-lt-0.16.4 branch from c007d0b to 24dbbad Compare August 24, 2026 18:07
@schneiderfelipe
schneiderfelipe merged commit c7b3206 into main Aug 24, 2026
2 of 4 checks passed
@schneiderfelipe
schneiderfelipe deleted the dependabot/pip/main/ruff-gte-0.0.210-and-lt-0.16.4 branch August 24, 2026 18:07
schneiderfelipe added a commit that referenced this pull request Aug 25, 2026
main moved forward with several Dependabot PRs while this branch was
open (rich <15->16, ipython <9->10, pdoc <15->17, pytest-cov <6->8, ruff
<0.16.3->0.16.5, #827-#831), all touching the same dev/cli dependency
lists this branch's own changes (drop perflint, add pre-commit, ruff
ignore-list edits, [tool.mypy]) live in. Applied the version bumps by
hand instead of merging main in, to keep this branch's history linear
and each reconciled file its own reviewable commit -- verified the
result now differs from origin/main's pyproject.toml by exactly this
branch's own intentional changes, nothing left over.

uv.lock regeneration is its own following commit.
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