File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ RUN python3 -m pip install --upgrade \
3939 # https://github.com/advisories/GHSA-r726-vmfq-j9j3
4040 jupyter_server==2.7.2 \
4141 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
42- urllib3==1.26.17 \
43- # https://github.com/advisories/GHSA-94vc-p8w7-5p49
44- imagecodecs==2023.9.18
42+ urllib3==1.26.17
4543
4644# Reset and copy updated files with updated privs to keep image size down
4745FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ checkPythonPackageVersion "mpmath" "1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.8.5"
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
4848checkPythonPackageVersion " urllib3" " 1.26.17"
49- checkPythonPackageVersion " imagecodecs" " 2023.9.18"
5049
5150# The `tornado` package doesn't have the `__version__` attribute so we can use the `version` attribute.
5251tornado_version=$( python -c " import tornado; print(tornado.version)" )
You can’t perform that action at this time.
0 commit comments