From 8ccc381bde60380f29b3e38f09001f4cdf84f477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:09:37 +0000 Subject: [PATCH] Bump astral-sh/uv in /uv in the uv-ecosystem group across 1 directory Bumps the uv-ecosystem group with 1 update in the /uv directory: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.11.12 to 0.11.16 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.12...0.11.16) Bump the uv-ecosystem group across 1 directory with 2 updates Bumps the uv-ecosystem group with 2 updates in the /uv/helpers directory: [uv](https://github.com/astral-sh/uv) and [cython](https://github.com/cython/cython). Updates `uv` from 0.11.12 to 0.11.16 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.12...0.11.16) Updates `cython` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-ecosystem - dependency-name: uv dependency-version: 0.11.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-ecosystem - dependency-name: cython dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-ecosystem ... Signed-off-by: dependabot[bot] --- uv/Dockerfile | 2 +- uv/helpers/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uv/Dockerfile b/uv/Dockerfile index 2ad9ca106c0..e16905a684d 100644 --- a/uv/Dockerfile +++ b/uv/Dockerfile @@ -12,7 +12,7 @@ ARG PY_3_9=3.9.24 ARG PYENV_VERSION=v2.6.16 # This cannot be inlined below (e.g., COPY --from=...) because Dependabot does not support that syntax yet -FROM ghcr.io/astral-sh/uv:0.11.12 AS uv +FROM ghcr.io/astral-sh/uv:0.11.16 AS uv FROM ghcr.io/dependabot/dependabot-updater-core AS python-core ARG PY_3_14 diff --git a/uv/helpers/requirements.txt b/uv/helpers/requirements.txt index 8eea66362fc..3e880a622f4 100644 --- a/uv/helpers/requirements.txt +++ b/uv/helpers/requirements.txt @@ -7,7 +7,7 @@ plette==2.2.1 poetry==1.8.5 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10. tomli==2.4.1 -uv==0.11.12 +uv==0.11.16 # Some dependencies will only install if Cython is present -Cython==3.2.4 +Cython==3.2.5