From 3af78e49dc3485b773303e94e3dc3f3e5846457d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:34:42 +0000 Subject: [PATCH] chore(deps): update dependency kubeflow-training to v1.8.1 --- 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..23546d2 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.1 tenacity diff --git a/tests/notebooks/training/requirements.txt b/tests/notebooks/training/requirements.txt index e06e846..4866057 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.1 # via -r requirements.in kubernetes==30.1.0 # via kubeflow-training