From 00af364aafd4f516c76e7d8d7585c24baae976e7 Mon Sep 17 00:00:00 2001 From: Aleksandr Zimin Date: Wed, 14 Feb 2024 18:09:25 +0300 Subject: [PATCH] [controller] Bump Deckhouse python library (#22) Signed-off-by: Aleksandr Zimin --- .werf/python-deps.yaml | 2 +- lib/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.werf/python-deps.yaml b/.werf/python-deps.yaml index 070bda04..f19e12e0 100644 --- a/.werf/python-deps.yaml +++ b/.werf/python-deps.yaml @@ -2,7 +2,7 @@ --- image: python-dependencies from: registry.deckhouse.io/base_images/alpine:3.16.3 -fromCacheVersion: nonexisting +fromCacheVersion: 2024-02-12 git: - add: / to: / diff --git a/lib/python/requirements.txt b/lib/python/requirements.txt index 33e37303..31a1dc52 100644 --- a/lib/python/requirements.txt +++ b/lib/python/requirements.txt @@ -1,4 +1,4 @@ -deckhouse==0.4.5 +deckhouse==0.4.9 dotmap==1.3.30 PyYAML==6.0.1