File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44# werkzeug - [GHSA-f9vj-2wh5-fj8j]
55
66vulnerable_packages=( " mistune=3.0.1" " aiohttp=3.10.11" " cryptography=44.0.1" " h11=0.16.0" " jinja2=3.1.6" " jupyter_core=5.8.1" " protobuf=5.29.5" " requests=2.32.4" " setuptools=78.1.1" " transformers=4.53.0" " urllib3=2.5.0" " Werkzeug=3.0.6" " jupyter-lsp=2.2.2" " scrapy=2.11.2" \
7- " zipp=3.19.1" " tornado=6.4.2" )
7+ " zipp=3.19.1" " tornado=6.4.2" " jupyterlab=4.4.8 " " imagecodecs=2023.9.18 " )
88
99# Define the number of rows (based on the length of vulnerable_packages)
1010rows=${# vulnerable_packages[@]}
2626
2727# Add an array for packages that should always pin to the provided version,
2828# even if higher version is available in conda channel
29- pin_to_required_version=(" jupyter_core" " cryptography" )
29+ pin_to_required_version=(" jupyter_core" " cryptography" " protobuf " )
3030# Function to check if a package is in the pin_to_required_version array
3131function is_pin_to_required_version() {
3232 local pkg=" $1 "
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3030
3131- ` mcr.microsoft.com/devcontainers/anaconda:1-3 `
3232- ` mcr.microsoft.com/devcontainers/anaconda:1.3-3 `
33- - ` mcr.microsoft.com/devcontainers/anaconda:1.3.0 -3 `
33+ - ` mcr.microsoft.com/devcontainers/anaconda:1.3.2 -3 `
3434
3535See [ history] ( history ) for information on the contents of each version and [ here for a complete list of available tags] ( https://mcr.microsoft.com/v2/devcontainers/anaconda/tags/list ) .
3636
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.3.1 " ,
2+ "version" : " 1.3.2 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ checkPythonPackageVersion "tornado" "6.4.2"
4949checkPythonPackageVersion " jupyter_server" " 2.14.1"
5050checkPythonPackageVersion " pyarrow" " 14.0.1"
5151checkPythonPackageVersion " pillow" " 10.3.0"
52- checkPythonPackageVersion " jupyterlab" " 4.2.5 "
52+ checkPythonPackageVersion " jupyterlab" " 4.4.8 "
5353checkPythonPackageVersion " notebook" " 7.2.2"
5454checkPythonPackageVersion " gitpython" " 3.1.41"
5555checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
@@ -59,6 +59,7 @@ checkPythonPackageVersion "scrapy" "2.11.2"
5959checkPythonPackageVersion " requests" " 2.32.4"
6060checkPythonPackageVersion " scikit-learn" " 1.5.0"
6161checkPythonPackageVersion " zipp" " 3.19.1"
62+ checkPythonPackageVersion " imagecodecs" " 2023.9.18"
6263
6364checkCondaPackageVersion " pyopenssl" " 24.2.1"
6465checkCondaPackageVersion " requests" " 2.32.4"
You can’t perform that action at this time.
0 commit comments