Skip to content

chore: Bump the all-pip group with 2 updates#4832

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/all-pip-ac615ac7f8
Open

chore: Bump the all-pip group with 2 updates#4832
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/all-pip-ac615ac7f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ruff and ty to permit the latest version.
Updates ruff to 0.15.22

Release notes

Sourced from ruff's releases.

0.15.22

Release Notes

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Install ruff 0.15.22

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.22

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

0.15.21

Released on 2026-07-09.

Preview features

... (truncated)

Commits

Updates ty to 0.0.62

Release notes

Sourced from ty's releases.

0.0.62

Release Notes

Released on 2026-07-21.

Bug fixes

  • Guard recursive Protocol and TypedDict relations (#26990)
  • Prevent stack overflows in recursive type relation checks (#26503)
  • Recover from cancelled file indexing (#26876)

Diagnostics

  • Avoid editing ignore comments with trailing reasons (#26939)
  • Prefer innermost inline suppressions (#26940)
  • Remove unused own-line ignore comments (#27013)
  • Reuse applicable own-line suppressions in --add-ignore (#26925)

Configuration

  • Respect rules and analysis in PEP 723 script metadata configurations (#26671)

Core type checking

  • Accept gradual constrained TypeVar solutions (#26965)
  • Avoid recursive TypeVarTuple alias expansion (#27032)
  • Check inherited method conflicts via the MRO (#27019)
  • Contextually infer custom __setattr__ assignments (#27015)
  • Fix Callable isinstance reachability (#26970)
  • Fix Just[float] protocol matching (#27053)
  • Fix Self binding for classmethod __new__ constructors (#27030)
  • Fix nested short-circuit flow snapshots (#26956)
  • Gate TypedDict PEP 728 parameters by Python version (#26968)
  • Improve match reachability inference around value-pattern branches (#26979)
  • Make membership and equality narrowing consistent (#26982)
  • Preserve constrained TypeVar equality narrowing (#26988)
  • Preserve constrained TypeVar inequality narrowing (#26995)
  • Preserve unsatisfiable generic call constraints (#26964)
  • Respect bounded typevars in union inference (#27023)
  • Respect metaclass __setattr__ for class attributes (#27000)

Performance

  • Cache non-terminal-call reachability prefixes (#26810)
  • Cache protocol Self binding (#26997)
  • Cache sparse reachability checkpoints (#26811)
  • Defer statement-call narrowing gates (#26793)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.62

Released on 2026-07-21.

Bug fixes

  • Guard recursive Protocol and TypedDict relations (#26990)
  • Prevent stack overflows in recursive type relation checks (#26503)
  • Recover from cancelled file indexing (#26876)

Diagnostics

  • Avoid editing ignore comments with trailing reasons (#26939)
  • Prefer innermost inline suppressions (#26940)
  • Remove unused own-line ignore comments (#27013)
  • Reuse applicable own-line suppressions in --add-ignore (#26925)

Configuration

  • Respect rules and analysis in PEP 723 script metadata configurations (#26671)

Core type checking

  • Accept gradual constrained TypeVar solutions (#26965)
  • Avoid recursive TypeVarTuple alias expansion (#27032)
  • Check inherited method conflicts via the MRO (#27019)
  • Contextually infer custom __setattr__ assignments (#27015)
  • Fix Callable isinstance reachability (#26970)
  • Fix Just[float] protocol matching (#27053)
  • Fix Self binding for classmethod __new__ constructors (#27030)
  • Fix nested short-circuit flow snapshots (#26956)
  • Gate TypedDict PEP 728 parameters by Python version (#26968)
  • Improve match reachability inference around value-pattern branches (#26979)
  • Make membership and equality narrowing consistent (#26982)
  • Preserve constrained TypeVar equality narrowing (#26988)
  • Preserve constrained TypeVar inequality narrowing (#26995)
  • Preserve unsatisfiable generic call constraints (#26964)
  • Respect bounded typevars in union inference (#27023)
  • Respect metaclass __setattr__ for class attributes (#27000)

Performance

  • Cache non-terminal-call reachability prefixes (#26810)
  • Cache protocol Self binding (#26997)
  • Cache sparse reachability checkpoints (#26811)
  • Defer statement-call narrowing gates (#26793)

Contributors

... (truncated)

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

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version.

Updates `ruff` to 0.15.22
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.21...0.15.22)

Updates `ty` to 0.0.62
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.59...0.0.62)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  dependency-group: all-pip
- dependency-name: ty
  dependency-version: 0.0.62
  dependency-type: direct:development
  dependency-group: all-pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Python Type Checking Results (Pyright)

Metric Value
Total errors 34
Files with errors 4
Excluded files 4
New errors ✅ No
Excluded files with errors (4 files)

These files have known type errors and are excluded from CI. Remove from pyrightconfig.ci.json as errors are fixed.

File Errors Status
temp/tests/Python/test_hash_set.py 18 Excluded
temp/tests/Python/test_applicative.py 12 Excluded
temp/tests/Python/test_nested_and_recursive_pattern.py 2 Excluded
temp/tests/Python/fable_modules/thoth_json_python/encode.py 2 Excluded

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants