From f2e317fb1c6c4b6d64cdd6e173d971dcf5691bd0 Mon Sep 17 00:00:00 2001 From: EdwinWiseOne Date: Fri, 8 Mar 2024 11:30:04 -0600 Subject: [PATCH] Pinning was overrided; probably need to publish the base image again. --- .dev/edge-native-base/config.py | 2 +- Externally-Hosted/bootstrap.py | 2 +- Minimal/bootstrap.py | 2 +- Panel/bootstrap.py | 2 +- Panel/ci/__main__.py | 2 +- Plotly Dash/bootstrap.py | 2 +- Plotly Dash/ci/__main__.py | 2 +- React/bootstrap.py | 2 +- React/ci/__main__.py | 2 +- Streamlit/bootstrap.py | 2 +- Streamlit/ci/__main__.py | 2 +- Tools/bootstrap.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.dev/edge-native-base/config.py b/.dev/edge-native-base/config.py index 6686715..250976d 100644 --- a/.dev/edge-native-base/config.py +++ b/.dev/edge-native-base/config.py @@ -42,7 +42,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "requests", diff --git a/Externally-Hosted/bootstrap.py b/Externally-Hosted/bootstrap.py index c4b068f..8e76d0c 100644 --- a/Externally-Hosted/bootstrap.py +++ b/Externally-Hosted/bootstrap.py @@ -14,7 +14,7 @@ import subprocess ENV_NAME = "edge-externally-hosted-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1", "authlib", "flask>2", "gunicorn", "requests"] +EDM_DEPS = ["click", "pip", "setuptools", "authlib", "flask>2", "gunicorn", "requests"] PIP_DEPS = ["Flask-Session"] diff --git a/Minimal/bootstrap.py b/Minimal/bootstrap.py index cae6546..630fcb1 100644 --- a/Minimal/bootstrap.py +++ b/Minimal/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-minimal-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Panel/bootstrap.py b/Panel/bootstrap.py index 0583abf..43820c2 100644 --- a/Panel/bootstrap.py +++ b/Panel/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-panel-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Panel/ci/__main__.py b/Panel/ci/__main__.py index 843afb5..fcaecfd 100644 --- a/Panel/ci/__main__.py +++ b/Panel/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "panel", diff --git a/Plotly Dash/bootstrap.py b/Plotly Dash/bootstrap.py index 76d4d82..a86c945 100644 --- a/Plotly Dash/bootstrap.py +++ b/Plotly Dash/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-plotly-dash-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Plotly Dash/ci/__main__.py b/Plotly Dash/ci/__main__.py index 5b3aa6f..05d8bae 100644 --- a/Plotly Dash/ci/__main__.py +++ b/Plotly Dash/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "requests", diff --git a/React/bootstrap.py b/React/bootstrap.py index 9d7b266..8d74186 100644 --- a/React/bootstrap.py +++ b/React/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-react-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/React/ci/__main__.py b/React/ci/__main__.py index f59b9c9..1a1368a 100644 --- a/React/ci/__main__.py +++ b/React/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "flask>2", diff --git a/Streamlit/bootstrap.py b/Streamlit/bootstrap.py index ad4147c..e8cc6b4 100644 --- a/Streamlit/bootstrap.py +++ b/Streamlit/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-streamlit-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Streamlit/ci/__main__.py b/Streamlit/ci/__main__.py index 1a4f691..bb63809 100644 --- a/Streamlit/ci/__main__.py +++ b/Streamlit/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "requests", ] diff --git a/Tools/bootstrap.py b/Tools/bootstrap.py index a009040..0baeb00 100644 --- a/Tools/bootstrap.py +++ b/Tools/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-preflight-tool" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]