From 926394025d0ae790e3602829b706138643db2988 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 21 Mar 2026 09:52:40 +0100 Subject: [PATCH] build(deps): bump pipx from 1.8.0 to 1.10.1 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index b31e2bac..eac5ea93 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -45,7 +45,7 @@ RUN dnf upgrade -y \ # FIXME @TL workaround until Amazon Linux gets a pipx package # FIXME @TL --break-system-packages not supported until Python 3.11. -RUN pip install --no-cache-dir --upgrade pipx==1.8.0 +RUN pip install --no-cache-dir --upgrade pipx==1.10.1 # FIXME @TL remarshal requires python 3.10 COPY requirements.txt /tmp/requirements.txt