From 666c43c55578e145b66b3c162337497dae3f80c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:23:44 +0000 Subject: [PATCH] chore(deps): update dependency kubeflow-training to v1.8.0 --- tests/notebooks/training/requirements.in | 2 +- tests/notebooks/training/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/notebooks/training/requirements.in b/tests/notebooks/training/requirements.in index a747bf0..cdc91c0 100644 --- a/tests/notebooks/training/requirements.in +++ b/tests/notebooks/training/requirements.in @@ -1,3 +1,3 @@ # Pinning to 1.6.0 because of the breaking change with the imports in 1.7.0 https://github.com/canonical/charmed-kubeflow-uats/issues/84 -kubeflow-training==1.6.0 +kubeflow-training==1.8.0 tenacity diff --git a/tests/notebooks/training/requirements.txt b/tests/notebooks/training/requirements.txt index e06e846..565cad1 100644 --- a/tests/notebooks/training/requirements.txt +++ b/tests/notebooks/training/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -17,7 +17,7 @@ google-auth==2.32.0 # via kubernetes idna==3.7 # via requests -kubeflow-training==1.6.0 +kubeflow-training==1.8.0 # via -r requirements.in kubernetes==30.1.0 # via kubeflow-training