diff --git a/src/anaconda/.devcontainer/apply_security_patches.sh b/src/anaconda/.devcontainer/apply_security_patches.sh index f2aae0473..173e45e2c 100644 --- a/src/anaconda/.devcontainer/apply_security_patches.sh +++ b/src/anaconda/.devcontainer/apply_security_patches.sh @@ -8,7 +8,7 @@ vulnerable_packages=( "pydantic=2.5.3" "joblib=1.3.1" "mistune=3.0.1" "werkzeug=3.0.3" "transformers=4.36.0" "pillow=10.3.0" "aiohttp=3.10.2" "pyopenssl=24.2.1" \ "cryptography=43.0.1" "gitpython=3.1.41" "jupyter-lsp=2.2.2" "idna=3.7" "jinja2=3.1.4" "scrapy=2.11.2" "black=24.4.2" "requests=2.32.2" \ - "jupyter_server=2.14.1" "tornado=6.4.1" "tqdm=4.66.4" "urllib3=2.2.2" "scikit-learn=1.5.0" "zipp=3.19.1" "streamlit=1.37.0" "notebook=7.2.2" "nltk=3.9" ) + "jupyter_server=2.14.1" "tornado=6.4.1" "tqdm=4.66.4" "urllib3=2.2.2" "scikit-learn=1.5.0" "zipp=3.19.1" "streamlit=1.37.0" "notebook=7.2.2" "nltk=3.9" "imagecodecs=2023.9.18" "setuptools=70.0.0" ) # Define the number of rows (based on the length of vulnerable_packages) rows=${#vulnerable_packages[@]} diff --git a/src/anaconda/test-project/test.sh b/src/anaconda/test-project/test.sh index 3443e1287..182310745 100755 --- a/src/anaconda/test-project/test.sh +++ b/src/anaconda/test-project/test.sh @@ -33,7 +33,7 @@ checkPythonPackageVersion "joblib" "1.2.0" checkPythonPackageVersion "cookiecutter" "2.1.1" checkPythonPackageVersion "mistune" "2.0.3" checkPythonPackageVersion "numpy" "1.22" -checkPythonPackageVersion "setuptools" "65.5.1" +checkPythonPackageVersion "setuptools" "70.0.0" checkPythonPackageVersion "wheel" "0.38.1" checkPythonPackageVersion "nbconvert" "6.5.1" checkPythonPackageVersion "werkzeug" "3.0.3" @@ -56,6 +56,7 @@ checkPythonPackageVersion "scrapy" "2.11.2" checkPythonPackageVersion "requests" "2.32.2" checkPythonPackageVersion "scikit-learn" "1.5.0" checkPythonPackageVersion "zipp" "3.19.1" +checkPythonPackageVersion "imagecodecs" "2023.9.18" checkCondaPackageVersion "pyopenssl" "24.2.1" checkCondaPackageVersion "requests" "2.32.2"