From 901b23ed675df1dafa1bff387940f56f6a7db3fa Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 19 Oct 2025 17:44:37 +0200 Subject: [PATCH] build(deps): bump pipx from 1.7.1 to 1.8.0 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index dbcefc75..cd575b4f 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -44,7 +44,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.7.1 +RUN pip install --no-cache-dir --upgrade pipx==1.8.0 # FIXME @TL remarshal requires python 3.10 RUN pipx ensurepath --global \