From a67dd04618f547077a9f1fd6733a5fff7bdb55b3 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 26 Jul 2026 10:41:12 +0200 Subject: [PATCH] build(deps): bump python3.14-pip from 25.1.1-1.amzn2023.0.1 to 26.1.1-1.amzn2023.0.2 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index f499deb..e3bf247 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -40,7 +40,7 @@ RUN dnf upgrade -y \ python3.13-3.13.12-1.amzn2023.0.1 \ python3.13-pip-24.2-259.amzn2023.0.4 \ python3.14-3.14.2-2.amzn2023.0.3 \ - python3.14-pip-25.1.1-1.amzn2023.0.1 \ + python3.14-pip-26.1.1-1.amzn2023.0.2 \ rsync-3.4.0-1.amzn2023.0.3 \ sed-4.8-7.amzn2023.0.2 \ tar-2:1.34-1.amzn2023.0.4 \