From 3d60db05b056c13c12fd03acdafbd2eee80b0953 Mon Sep 17 00:00:00 2001 From: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:22:54 +0100 Subject: [PATCH] Upgrade dependencies (#31) --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76ca96a..de5a9a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim ENV VERSION_CT=0.9.0 \ VERSION_HELM=3.12.3 \ - CLOUD_SDK_VERSION=445.0.0 + CLOUD_SDK_VERSION=464.0.0 ENV PATH /google-cloud-sdk/bin:$PATH @@ -29,11 +29,11 @@ RUN set -x \ && curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \ && helm plugin install https://github.com/databus23/helm-diff \ && python3 -m pip install --disable-pip-version-check --no-cache-dir \ - ansible==8.4.0 \ - ansible-core==2.15.4 \ - Jinja2==3.1.2 \ - netaddr==0.8.0 \ - humanfriendly==9.2 \ + ansible==9.2.0 \ + ansible-core==2.16.3 \ + Jinja2==3.1.3 \ + netaddr==1.1.0 \ + humanfriendly==10.0 \ jmespath==1.0.1 \ kubernetes==25.3.0 \ pyjwt==2.8.0 \