Skip to content

Bump the patch group with 5 updates#134

Merged
r-barton merged 1 commit intomainfrom
dependabot/uv/patch-e03b8407e7
Mar 30, 2026
Merged

Bump the patch group with 5 updates#134
r-barton merged 1 commit intomainfrom
dependabot/uv/patch-e03b8407e7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

⚠️ 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.


Bumps the patch group with 5 updates:

Package From To
trimesh 4.11.3 4.11.4
zoo-kcl 0.3.134 0.3.135
ruff 0.15.6 0.15.7
ty 0.0.23 0.0.24
uv-build 0.10.10 0.10.12

Updates trimesh from 4.11.3 to 4.11.4

Release notes

Sourced from trimesh's releases.

Release 4.11.4

Release: Simple endian tests (#2512)

Even if we can't fully support other endian platforms, imports and exports should explicitly set endian-ness of outputs.

  • Adds a make test-arch which runs a subset of test on qemu/docker to catch simple problems on little-endian and 32bit platforms
  • Adds fix from #2506 which implemented Line.closed setter to auto-close polylines when passed.
  • Audit use of np.einsum/np.dot from good discussion in #2514. My conclusion was that numpy.dot is probably not the culprit and too core to avoid. As part of looking into this I benchmarked our other uses of np.einsum against simple numpy operations, it was on average ~2x slower. I also tried the `np.einsum(... optimize=True) as discussed in this interesting post but for the trimesh use cases of very simple expressions this was substantially slower in every case I measured.
Commits

Updates zoo-kcl from 0.3.134 to 0.3.135

Updates ruff from 0.15.6 to 0.15.7

Release notes

Sourced from ruff's releases.

0.15.7

Release Notes

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

Install ruff 0.15.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.7

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

Commits
  • 0ef39de Bump 0.15.7 (#24049)
  • beb543b [ty] ecosystem-analyzer: Fail on newly panicking projects (#24043)
  • 378fe73 Don't show noqa hover for non-Python documents (#24040)
  • b5665bd [pylint] Improve phrasing (PLC0208) (#24033)
  • 6e20f22 test: migrate show_settings and version tests to use CliTest (#23702)
  • f99b284 Drain file watcher events during test setup (#24030)
  • 744c996 [ty] Filter out unsatisfiable inference attempts during generic call narrowin...
  • 1616095 [ty] Avoid inferring intersection types for call arguments (#23933)
  • 7f275f4 [ty] Pin mypy_primer in setup_primer_project.py (#24020)
  • 7255e36 [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)
  • Additional commits viewable in compare view

Updates ty from 0.0.23 to 0.0.24

Release notes

Sourced from ty's releases.

0.0.24

Release Notes

Released on 2026-03-19.

Bug fixes

  • Ensure TypedDict subscripts for unknown keys return Unknown (#23926)
  • Fix overflow with recursive TypeIs (#23784)
  • Fix variance of frozen dataclass-transform models (#23931)

LSP server

Core type checking

  • Improve performance and correctness by avoiding inferring intersection types for call arguments as a result of bidirectional inference (#23933)
  • Narrow keyword arguments when unpacking dictionary instances (#23436)
  • Discover /usr/local/lib dist-packages on Debian/Ubuntu (#23797)
  • Sync vendored typeshed stubs (#23963). Typeshed diff

Install ty 0.0.24

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.24/ty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.24/ty-installer.ps1 | iex"

Download ty 0.0.24

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.24

Released on 2026-03-19.

Bug fixes

  • Ensure TypedDict subscripts for unknown keys return Unknown (#23926)
  • Fix overflow with recursive TypeIs (#23784)
  • Fix variance of frozen dataclass-transform models (#23931)

LSP server

Core type checking

  • Improve performance and correctness by avoiding inferring intersection types for call arguments as a result of bidirectional inference (#23933)
  • Narrow keyword arguments when unpacking dictionary instances (#23436)
  • Discover /usr/local/lib dist-packages on Debian/Ubuntu (#23797)
  • Sync vendored typeshed stubs (#23963). Typeshed diff

Performance

  • Introduce fast path for protocol non-assignability (#23952)
  • Improved generic-solver performance in cases involving overload sets (#23881)

Contributors

Commits

Updates uv-build from 0.10.10 to 0.10.12

Release notes

Sourced from uv-build's releases.

0.10.12

Release Notes

Released on 2026-03-19.

Python

  • Add pypy 3.11.15 (#18468)
  • Add support for using Python 3.6 interpreters (#18454)

Enhancements

  • Include uv's target triple in version report (#18520)
  • Allow comma separated values in --no-emit-package (#18565)

Preview features

  • Show uv audit in the CLI help (#18540)

Bug fixes

  • Improve reporting of managed interpreter symlinks in uv python list (#18459)
  • Preserve end-of-line comments on previous entries when removing dependencies (#18557)
  • Treat abi3 wheel Python version as a lower bound (#18536)
  • Detect hard-float support on aarch64 kernels running armv7 userspace (#18530)

Documentation

  • Add Python 3.15 to supported versions (#18552)
  • Adjust the PyPy note (#18548)
  • Move Pyodide to Tier 2 in the Python support policy (#18561)
  • Move Rust and Python version support out of the Platform support policy (#18535)
  • Update Docker guide with changes from uv-docker-example (#18558)
  • Update the Python version policy (#18559)

Install uv 0.10.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.10.12/uv-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from uv-build's changelog.

0.10.12

Released on 2026-03-19.

Python

  • Add pypy 3.11.15 (#18468)
  • Add support for using Python 3.6 interpreters (#18454)

Enhancements

  • Include uv's target triple in version report (#18520)
  • Allow comma separated values in --no-emit-package (#18565)

Preview features

  • Show uv audit in the CLI help (#18540)

Bug fixes

  • Improve reporting of managed interpreter symlinks in uv python list (#18459)
  • Preserve end-of-line comments on previous entries when removing dependencies (#18557)
  • Treat abi3 wheel Python version as a lower bound (#18536)
  • Detect hard-float support on aarch64 kernels running armv7 userspace (#18530)

Documentation

  • Add Python 3.15 to supported versions (#18552)
  • Adjust the PyPy note (#18548)
  • Move Pyodide to Tier 2 in the Python support policy (#18561)
  • Move Rust and Python version support out of the Platform support policy (#18535)
  • Update Docker guide with changes from uv-docker-example (#18558)
  • Update the Python version policy (#18559)

0.10.11

Released on 2026-03-16.

Enhancements

  • Fetch Ruff release metadata from an Astral mirror (#18358)
  • Use PEP 639 license metadata for uv itself (#16477)

Performance

  • Improve distribution id performance (#18486)

Bug fixes

  • Allow --project to refer to a pyproject.toml directly and reduce to a warning on other files (#18513)

... (truncated)

Commits
  • 00d72da Bump version to 0.10.12 (#18578)
  • f13abc3 Use a Termux image with Python pre-installed instead (#18573)
  • b03b033 Move is_explicit check to PythonSource (#18569)
  • d7da792 Consolidate PythonPreference enforcement (#18567)
  • bd2e0c9 Allow comma separated values in --no-emit-package (#18565)
  • 5e25583 Construct PythonInstallation early instead of passing around source / inter...
  • 6d628da Preserve end-of-line comments on previous entries when removing dependencies ...
  • 46c9bac download-metadata: Use ndjson instead of GH releases for CPython (#18406)
  • 481d99b Include uv's target triple in version report (#18520)
  • c276064 Improve reporting of managed interpreter symlinks in uv python list (#18459)
  • Additional commits viewable in compare view

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

Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [trimesh](https://github.com/mikedh/trimesh) | `4.11.3` | `4.11.4` |
| zoo-kcl | `0.3.134` | `0.3.135` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.6` | `0.15.7` |
| [ty](https://github.com/astral-sh/ty) | `0.0.23` | `0.0.24` |
| [uv-build](https://github.com/astral-sh/uv) | `0.10.10` | `0.10.12` |


Updates `trimesh` from 4.11.3 to 4.11.4
- [Release notes](https://github.com/mikedh/trimesh/releases)
- [Commits](mikedh/trimesh@4.11.3...4.11.4)

Updates `zoo-kcl` from 0.3.134 to 0.3.135

Updates `ruff` from 0.15.6 to 0.15.7
- [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.6...0.15.7)

Updates `ty` from 0.0.23 to 0.0.24
- [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.23...0.0.24)

Updates `uv-build` from 0.10.10 to 0.10.12
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.10.10...0.10.12)

---
updated-dependencies:
- dependency-name: trimesh
  dependency-version: 4.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: zoo-kcl
  dependency-version: 0.3.135
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ruff
  dependency-version: 0.15.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ty
  dependency-version: 0.0.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: uv-build
  dependency-version: 0.10.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 29, 2026
@dependabot dependabot bot requested a review from r-barton as a code owner March 29, 2026 00:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 29, 2026
@r-barton r-barton merged commit 796b62e into main Mar 30, 2026
5 checks passed
@r-barton r-barton deleted the dependabot/uv/patch-e03b8407e7 branch March 30, 2026 13:24
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant