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 @@ -7,7 +7,9 @@ RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1
77# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
88RUN conda install \
99 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
10- urllib3==1.26.18
10+ urllib3==1.26.18 \
11+ # https://github.com/advisories/GHSA-mr82-8j83-vxmv
12+ pydantic==2.5.3
1113
1214RUN python3 -m pip install --upgrade \
1315 # https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21797
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ checkCondaPackageVersion "pygments" "2.15.1"
5959checkCondaPackageVersion " mpmath" " 1.3.0"
6060checkCondaPackageVersion " urllib3" " 1.26.17"
6161checkCondaPackageVersion " pyarrow" " 14.0.1"
62+ checkCondaPackageVersion " pydantic" " 2.5.3"
6263
6364check " conda-update-conda" bash -c " conda update -y conda"
6465check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
You can’t perform that action at this time.
0 commit comments