From 9c625d7a9e911bb8be261346df12ab3f727cd436 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Sat, 31 Aug 2024 01:44:02 +0200 Subject: [PATCH] updates cwltool to 3.1.20240708091337 --- .github/workflows/build-and-test.yaml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index f79a377..63261ab 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index 886b938..dc71ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ skip-install = false dependencies = [ "urllib3==1.26.18", "kubernetes==28.1.0", - "cwltool==3.1.20231114134824", + "cwltool==3.1.20240708091337", "tenacity==8.2.3", "importlib-metadata==6.8.0", "msgpack==1.0.7", @@ -83,9 +83,9 @@ skip-install = false dependencies = [ "nose2", - "urllib3==1.26.18", + "urllib3==1.26.18", "kubernetes==28.1.0", - "cwltool==3.1.20231114134824", + "cwltool==3.1.20240708091337", "tenacity==8.2.3", "importlib-metadata==6.8.0", "msgpack==1.0.7",