Skip to content

build(deps): bump the quality group across 1 directory with 3 updates#618

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/quality-06829d7a0f
Open

build(deps): bump the quality group across 1 directory with 3 updates#618
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/quality-06829d7a0f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the quality group with 3 updates in the / directory: ruff, ty and prek.

Updates ruff from 0.15.15 to 0.15.21

Release notes

Sourced from ruff's releases.

0.15.21

Release Notes

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.21

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Commits

Updates ty from 0.0.42 to 0.0.58

Release notes

Sourced from ty's releases.

0.0.58

Release Notes

Released on 2026-07-09.

Bug fixes

  • Fix protocol matching for class variables (#26669)
  • Fix reflected binary dispatch for runtime classes (#26623)
  • Support cached properties in protocols (#26681)

Diagnostics

  • Add assignability context to upper-bound diagnostics (#26645)
  • Add blanket ignore comment rule (#26426)
  • Improve protocol attribute diagnostic context (#26644)

Library support

  • Pydantic: Add fields from mixin classes (#26631)
  • Pydantic: Add support for validate_by_{name,alias} (#26598)
  • Pydantic: Add support for validation_alias (#26629)
  • Pydantic: Fix float conversion in unions (#26655)
  • Pydantic: Ignore private attributes (#26630)
  • Pydantic: Make BaseSettings fields optional by default (#26628)
  • Pydantic: Recognize frozen models via config (#26648)
  • Pydantic: Support dict model configurations (#26632)
  • Pydantic: Support validation of RootModel fields (#26634)
  • Pydantic: Understand ellipsis as providing no default value (#26637)

Core type checking

  • Gate membership narrowing on __contains__ semantics (#25964)
  • Handle callable classes in solver (#26090)
  • Infer ModuleType.__doc__ as str in the presence of a docstring (#26505)
  • Infer metaclass-declared attributes on class instances (#26512)
  • Respect user stub overlays during module resolution (#26123)

Performance

  • Avoid allocating decorated parameter names (#26666)
  • Optimize TypeCollector (#26593)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.58

Released on 2026-07-09.

Bug fixes

  • Fix protocol matching for class variables (#26669)
  • Fix reflected binary dispatch for runtime classes (#26623)
  • Support cached properties in protocols (#26681)

Diagnostics

  • Add assignability context to upper-bound diagnostics (#26645)
  • Add blanket ignore comment rule (#26426)
  • Improve protocol attribute diagnostic context (#26644)

Library support

  • Pydantic: Add fields from mixin classes (#26631)
  • Pydantic: Add support for validate_by_{name,alias} (#26598)
  • Pydantic: Add support for validation_alias (#26629)
  • Pydantic: Fix float conversion in unions (#26655)
  • Pydantic: Ignore private attributes (#26630)
  • Pydantic: Make BaseSettings fields optional by default (#26628)
  • Pydantic: Recognize frozen models via config (#26648)
  • Pydantic: Support dict model configurations (#26632)
  • Pydantic: Support validation of RootModel fields (#26634)
  • Pydantic: Understand ellipsis as providing no default value (#26637)

Core type checking

  • Gate membership narrowing on __contains__ semantics (#25964)
  • Handle callable classes in solver (#26090)
  • Infer ModuleType.__doc__ as str in the presence of a docstring (#26505)
  • Infer metaclass-declared attributes on class instances (#26512)
  • Respect user stub overlays during module resolution (#26123)

Performance

  • Avoid allocating decorated parameter names (#26666)
  • Optimize TypeCollector (#26593)

Contributors

... (truncated)

Commits

Updates prek from 0.4.3 to 0.4.8

Release notes

Sourced from prek's releases.

0.4.8

Release Notes

Released on 2026-07-04.

Enhancements

  • Add default_env configuration (#2288)
  • Rename auto-update to update (#2286)

Bug fixes

  • Fix progress collapse ordering (#2291)
  • Fix progress insertion after collapsed rows (#2292)

Contributors

Install prek 0.4.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.8/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.8/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install prek

Download prek 0.4.8

File Platform Checksum
prek-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
prek-x86_64-apple-darwin.tar.gz Intel macOS checksum
prek-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
prek-i686-pc-windows-msvc.zip x86 Windows checksum
prek-x86_64-pc-windows-msvc.zip x64 Windows checksum
prek-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
prek-i686-unknown-linux-gnu.tar.gz x86 Linux checksum

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.8

Released on 2026-07-04.

Enhancements

  • Add default_env configuration (#2288)
  • Rename auto-update to update (#2286)

Bug fixes

  • Fix progress collapse ordering (#2291)
  • Fix progress insertion after collapsed rows (#2292)

Contributors

0.4.6

Released on 2026-07-01.

Enhancements

  • Verify managed toolchain downloads before installation (#2229)
  • Add PREK_DOCKER_NO_INIT to opt-out Docker --init (#2242)
  • Improve subprocess error messages (#2257)
  • Split run concurrency knobs: PREK_CONCURRENT_HOOKS and PREK_CONCURRENT_BATCHES (#2276)

Performance

  • Avoid allocating markdown extensions per file (#2245)
  • Avoid unchanged config tracking writes (#2247)
  • Delay trailing whitespace output buffer (#2244)
  • Prefilter VCS permalink lines (#2253)
  • Skip unnecessary submodule updates during hook repo clone (#2255)

Documentation

  • Document language_version inferring for Python and Go (#2241)

Other changes

  • Refactor env var handling (#2277)
  • Use serde-saphyr for YAML string quoting (#2228)

Contributors

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file type: misc labels Jun 11, 2026
@github-actions github-actions Bot added the topic: build Related to build, installation & CI label Jun 11, 2026
@socket-security

socket-security Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpypi/​prek@​0.4.3 ⏵ 0.4.8100100100100100
Updatedpypi/​ty@​0.0.42 ⏵ 0.0.58100100100100100
Updatedpypi/​ruff@​0.15.15 ⏵ 0.15.21100 +1100100100100

View full report

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.44%. Comparing base (096889d) to head (508ff7c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #618   +/-   ##
=======================================
  Coverage   93.44%   93.44%           
=======================================
  Files          59       59           
  Lines        3053     3053           
=======================================
  Hits         2853     2853           
  Misses        200      200           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot Bot changed the title build(deps): bump the quality group with 3 updates build(deps): bump the quality group across 1 directory with 3 updates Jun 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/main/quality-06829d7a0f branch from 309872e to 9b2e713 Compare June 12, 2026 08:10
Bumps the quality group with 3 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [prek](https://github.com/j178/prek).


Updates `ruff` from 0.15.15 to 0.15.21
- [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.15...0.15.21)

Updates `ty` from 0.0.42 to 0.0.58
- [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.42...0.0.58)

Updates `prek` from 0.4.3 to 0.4.8
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.3...v0.4.8)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quality
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quality
- dependency-name: ty
  dependency-version: 0.0.48
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quality
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/main/quality-06829d7a0f branch from 9b2e713 to 508ff7c Compare July 10, 2026 15:09
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 topic: build Related to build, installation & CI type: misc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants