Skip to content

build: bump the rust-dependencies group with 17 updates - #189

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-5889503df9
Closed

build: bump the rust-dependencies group with 17 updates#189
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-5889503df9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 17 updates:

Package From To
indicatif 0.17.11 0.17.12
uv-build-frontend 0.7.13 0.7.17
uv-cache 0.7.13 0.7.17
uv-cache-info 0.7.13 0.7.17
uv-client 0.7.13 0.7.17
uv-configuration 0.7.13 0.7.17
uv-dispatch 0.7.13 0.7.17
uv-distribution 0.7.13 0.7.17
uv-distribution-filename 0.7.13 0.7.17
uv-distribution-types 0.7.13 0.7.17
uv-git 0.7.13 0.7.17
uv-install-wheel 0.7.13 0.7.17
uv-installer 0.7.13 0.7.17
uv-pep508 0.7.13 0.7.17
uv-python 0.7.13 0.7.17
uv-types 0.7.13 0.7.17
uv-workspace 0.7.13 0.7.17

Updates indicatif from 0.17.11 to 0.17.12

Release notes

Sourced from indicatif's releases.

0.17.12

What's Changed

Commits
  • f46ba0a Bump version to 0.17.12
  • 9f08f12 Upgrade to console 0.16
  • 9afc362 draw_target: inline the format arg to silence clippy
  • 880d8ce Switch from number_prefix to unit-prefix (#709)
  • 458e4dc ProgressStyle enable/disable colors based on draw target (#699)
  • abd2181 Use width to truncate HumanFloatCount values (#696)
  • 79ea085 Add ProgressBar::force_draw (#689)
  • See full diff in compare view

Updates uv-build-frontend from 0.7.13 to 0.7.17

Release notes

Sourced from uv-build-frontend's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv-build-frontend's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-build-standalone release notes for more details.

Enhancements

  • Include path or URL when failing to convert in lockfile (#14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#14008)

Preview features

  • Ensure preview default Python installs are upgradeable (#14261)

Performance

  • Share workspace cache between lock and sync operations (#14321)

Bug fixes

  • Allow local indexes to reference remote files (#14294)
  • Avoid rendering desugared prefix matches in error messages (#14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#14288)
  • Normalize index URLs to remove trailing slash (#14245)
  • Respect URL-encoded credentials in redirect location (#14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#14174)

Documentation

  • Note that GCP Artifact Registry download URLs must have /simple component (#14251)

0.7.15

Enhancements

  • Consistently use Ordering::Relaxed for standalone atomic use cases (#14190)

... (truncated)

Commits

Updates uv-cache from 0.7.13 to 0.7.17

Release notes

Sourced from uv-cache's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv-cache's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-build-standalone release notes for more details.

Enhancements

  • Include path or URL when failing to convert in lockfile (#14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#14008)

Preview features

  • Ensure preview default Python installs are upgradeable (#14261)

Performance

  • Share workspace cache between lock and sync operations (#14321)

Bug fixes

  • Allow local indexes to reference remote files (#14294)
  • Avoid rendering desugared prefix matches in error messages (#14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#14288)
  • Normalize index URLs to remove trailing slash (#14245)
  • Respect URL-encoded credentials in redirect location (#14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#14174)

Documentation

  • Note that GCP Artifact Registry download URLs must have /simple component (#14251)

0.7.15

Enhancements

  • Consistently use Ordering::Relaxed for standalone atomic use cases (#14190)

... (truncated)

Commits

Updates uv-cache-info from 0.7.13 to 0.7.17

Release notes

Sourced from uv-cache-info's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv-cache-info's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-build-standalone release notes for more details.

Enhancements

  • Include path or URL when failing to convert in lockfile (#14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#14008)

Preview features

  • Ensure preview default Python installs are upgradeable (#14261)

Performance

  • Share workspace cache between lock and sync operations (#14321)

Bug fixes

  • Allow local indexes to reference remote files (#14294)
  • Avoid rendering desugared prefix matches in error messages (#14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#14288)
  • Normalize index URLs to remove trailing slash (#14245)
  • Respect URL-encoded credentials in redirect location (#14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#14174)

Documentation

  • Note that GCP Artifact Registry download URLs must have /simple component (#14251)

0.7.15

Enhancements

  • Consistently use Ordering::Relaxed for standalone atomic use cases (#14190)

... (truncated)

Commits

Updates uv-client from 0.7.13 to 0.7.17

Release notes

Sourced from uv-client's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv-client's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-build-standalone release notes for more details.

Enhancements

  • Include path or URL when failing to convert in lockfile (#14292)
  • Warn when ~= is used as a Python version specifier without a patch version (#14008)

Preview features

  • Ensure preview default Python installs are upgradeable (#14261)

Performance

  • Share workspace cache between lock and sync operations (#14321)

Bug fixes

  • Allow local indexes to reference remote files (#14294)
  • Avoid rendering desugared prefix matches in error messages (#14195)
  • Avoid using path URL for workspace Git dependencies in requirements.txt (#14288)
  • Normalize index URLs to remove trailing slash (#14245)
  • Respect URL-encoded credentials in redirect location (#14315)
  • Lock the source tree when running setuptools, to protect concurrent builds (#14174)

Documentation

  • Note that GCP Artifact Registry download URLs must have /simple component (#14251)

0.7.15

Enhancements

  • Consistently use Ordering::Relaxed for standalone atomic use cases (#14190)

... (truncated)

Commits

Updates uv-configuration from 0.7.13 to 0.7.17

Release notes

Sourced from uv-configuration's releases.

0.7.17

Release Notes

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

Install uv 0.7.17

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.7.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.7.16

Release Notes

... (truncated)

Changelog

Sourced from uv-configuration's changelog.

0.7.17

Bug fixes

  • Apply build constraints when resolving --with dependencies (#14340)
  • Drop trailing slashes when converting index URL from URL (#14346)
  • Ignore UV_PYTHON_CACHE_DIR when empty (#14336)
  • Fix error message ordering for pyvenv.cfg version conflict (#14329)

0.7.16

Python

  • Add Python 3.14.0b3

See the python-...

Description has been truncated

Bumps the rust-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.17.12` |
| [uv-build-frontend](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-cache](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-cache-info](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-client](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-configuration](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-dispatch](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-distribution](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-distribution-filename](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-distribution-types](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-git](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-install-wheel](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-installer](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-pep508](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-python](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-types](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |
| [uv-workspace](https://github.com/astral-sh/uv) | `0.7.13` | `0.7.17` |


Updates `indicatif` from 0.17.11 to 0.17.12
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.17.12)

Updates `uv-build-frontend` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-cache` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-cache-info` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-client` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-configuration` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-dispatch` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-distribution` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-distribution-filename` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-distribution-types` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-git` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-install-wheel` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-installer` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-pep508` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-python` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-types` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

Updates `uv-workspace` from 0.7.13 to 0.7.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@62ed17b...41c218a)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.17.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: uv-build-frontend
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-cache
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-cache-info
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-client
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-configuration
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-dispatch
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-distribution
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-distribution-filename
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-distribution-types
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-git
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-install-wheel
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-installer
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-pep508
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-python
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-types
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uv-workspace
  dependency-version: 41c218a89b53a32ee51b3b069ba6407eae984ad0
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 4, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/rust-dependencies-5889503df9 branch July 4, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants