File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ RUN python3 -m pip install --upgrade \
4545 # https://github.com/advisories/GHSA-4qhp-652w-c22x
4646 jupyter-lsp==2.2.2 \
4747 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h
48- idna==3.7
48+ idna==3.7 \
49+ # https://github.com/advisories/GHSA-h75v-3vvj-5mfj
50+ jinja2==3.1.4
4951
5052# Reset and copy updated files with updated privs to keep image size down
5153FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ checkPythonPackageVersion "jupyterlab" "4.0.11"
5252checkPythonPackageVersion " gitpython" " 3.1.41"
5353checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
5454checkPythonPackageVersion " idna" " 3.7"
55+ checkPythonPackageVersion " jinja2" " 3.1.4"
5556
5657checkCondaPackageVersion " pyopenssl" " 23.2.0"
5758checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments