From 4195df9c58491929a380f6373f7b906ad76f1be3 Mon Sep 17 00:00:00 2001 From: Kelly <40868256+lykelly19@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:09:02 -0400 Subject: [PATCH] Upgrade dependencies from Python 3.8 to 3.10 (#3346) Co-authored-by: Kelly --- .../context/conda_dependencies.yaml | 2 +- .../validate/ubuntu-in-name/context/conda_dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/resources/validate/dockerfile-from-ce-image-comment/context/conda_dependencies.yaml b/test/resources/validate/dockerfile-from-ce-image-comment/context/conda_dependencies.yaml index d47032ffac..ff0621f387 100644 --- a/test/resources/validate/dockerfile-from-ce-image-comment/context/conda_dependencies.yaml +++ b/test/resources/validate/dockerfile-from-ce-image-comment/context/conda_dependencies.yaml @@ -3,7 +3,7 @@ channels: - anaconda - conda-forge dependencies: -- python=3.8 +- python=3.10 - pip=21.3.1 - pandas~=1.3.0 - scipy~=1.7.0 diff --git a/test/resources/validate/ubuntu-in-name/context/conda_dependencies.yaml b/test/resources/validate/ubuntu-in-name/context/conda_dependencies.yaml index 2dab1832cb..66ca274bfe 100644 --- a/test/resources/validate/ubuntu-in-name/context/conda_dependencies.yaml +++ b/test/resources/validate/ubuntu-in-name/context/conda_dependencies.yaml @@ -2,7 +2,7 @@ channels: - anaconda - conda-forge dependencies: -- python=3.8 +- python=3.10 - pip=20.2.4 - pandas~=1.3.0 - scipy~=1.7.0