diff --git a/.github/workflows/assemble-files.yml b/.github/workflows/assemble-files.yml index 3d5a013d..1bb8b5e9 100644 --- a/.github/workflows/assemble-files.yml +++ b/.github/workflows/assemble-files.yml @@ -61,7 +61,7 @@ jobs: - name: Download SemTK shell: bash run: | - curl -LSfs https://github.com/ge-semtk/semtk/releases/download/v2.5.0-20230802/semtk-opensource-v2.5.0-20230802-dist.tar.gz -o RACK/rack-box/files/semtk.tar.gz + curl -LSfs https://github.com/ge-semtk/semtk/releases/download/v2.5.0-20230804/semtk-opensource-v2.5.0-20230804-dist.tar.gz -o RACK/rack-box/files/semtk.tar.gz - name: Download CSS stylesheet shell: bash diff --git a/cli/requirements.txt b/cli/requirements.txt index 05006ec9..e3305931 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -12,7 +12,7 @@ PyYAML==6.0 requests==2.31.0 Pillow==9.4.0 plotly==5.15.0 -semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@6550f93100e5422ce07293cb4f131ea7e7a99bf8 +semtk-python3 @ git+https://github.com/ge-semtk/semtk-python3@7995623e12e93b9b252200b9bd507949b8c0a430 six==1.16.0 tabulate==0.9.0 urllib3==2.0.3