Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8 AS uv
FROM ghcr.io/astral-sh/uv:0.11.12 AS uv

FROM ghcr.io/dependabot/dependabot-updater-core AS python-core
ARG PY_3_14
Expand Down
2 changes: 1 addition & 1 deletion uv/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
uv==0.11.12

# Some dependencies will only install if Cython is present
Cython==3.2.4
Loading