diff --git a/Containerfile b/Containerfile index e6f4c30e9..f4024e4d1 100644 --- a/Containerfile +++ b/Containerfile @@ -18,7 +18,7 @@ USER root RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc # Install uv package manager -RUN pip3.12 install "uv==0.8.15" +RUN pip3.12 install "uv>=0.8.15" # Add explicit files and directories # (avoid accidental inclusion of local directories or env files or credentials) diff --git a/requirements.hermetic.txt b/requirements.hermetic.txt index 9638e7008..5854ded06 100644 --- a/requirements.hermetic.txt +++ b/requirements.hermetic.txt @@ -1,2 +1,2 @@ -uv==0.8.15 -pip==24.2 \ No newline at end of file +uv==0.9.16 +pip==25.3 \ No newline at end of file