From 07fa2aab53b0395f8091f58fad6d30bb9ec7ccb3 Mon Sep 17 00:00:00 2001 From: David Kegley Date: Tue, 23 Apr 2024 17:29:29 -0400 Subject: [PATCH] Bump python version to 3.11.3 in all manifests --- custom-images/python-api/manifest.json | 2 +- custom-images/python-jupyter-notebook/manifest.json | 2 +- custom-images/quarto-reticulated/manifest.json | 2 +- custom-images/reticulated-parameterized-rmd/manifest.json | 2 +- custom-images/reticulated-shiny-app/manifest.json | 2 +- python-fastapi/manifest.json | 2 +- python-jupyter-notebook/manifest.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/custom-images/python-api/manifest.json b/custom-images/python-api/manifest.json index 8b6b89b..f6af17b 100644 --- a/custom-images/python-api/manifest.json +++ b/custom-images/python-api/manifest.json @@ -6,7 +6,7 @@ "entrypoint": "app" }, "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/custom-images/python-jupyter-notebook/manifest.json b/custom-images/python-jupyter-notebook/manifest.json index de9911d..1157a6b 100644 --- a/custom-images/python-jupyter-notebook/manifest.json +++ b/custom-images/python-jupyter-notebook/manifest.json @@ -1,7 +1,7 @@ { "locale": "en_US.UTF-8", "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/custom-images/quarto-reticulated/manifest.json b/custom-images/quarto-reticulated/manifest.json index 6580ca8..e1bdb31 100644 --- a/custom-images/quarto-reticulated/manifest.json +++ b/custom-images/quarto-reticulated/manifest.json @@ -10,7 +10,7 @@ "has_parameters": false }, "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/custom-images/reticulated-parameterized-rmd/manifest.json b/custom-images/reticulated-parameterized-rmd/manifest.json index 312e72e..6be055e 100644 --- a/custom-images/reticulated-parameterized-rmd/manifest.json +++ b/custom-images/reticulated-parameterized-rmd/manifest.json @@ -10,7 +10,7 @@ "has_parameters": true }, "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/custom-images/reticulated-shiny-app/manifest.json b/custom-images/reticulated-shiny-app/manifest.json index 8267e9d..250e765 100644 --- a/custom-images/reticulated-shiny-app/manifest.json +++ b/custom-images/reticulated-shiny-app/manifest.json @@ -10,7 +10,7 @@ "has_parameters": false }, "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/python-fastapi/manifest.json b/python-fastapi/manifest.json index dcbbb93..a45f094 100644 --- a/python-fastapi/manifest.json +++ b/python-fastapi/manifest.json @@ -6,7 +6,7 @@ "entrypoint": "app" }, "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2", diff --git a/python-jupyter-notebook/manifest.json b/python-jupyter-notebook/manifest.json index 10907f3..cb7f575 100644 --- a/python-jupyter-notebook/manifest.json +++ b/python-jupyter-notebook/manifest.json @@ -1,7 +1,7 @@ { "locale": "en_US.UTF-8", "python": { - "version": "3.8.12", + "version": "3.11.3", "package_manager": { "name": "pip", "version": "22.2.2",