File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ RUN conda install \
1111 # https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
1212 pillow=10.0.1 \
1313 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
14- urllib3==1.26.18
14+ urllib3==1.26.18 \
15+ # https://github.com/advisories/GHSA-jfhm-5ghh-2f97
16+ cryptography==41.0.7
1517
1618RUN python3 -m pip install --upgrade \
1719 # https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21797
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ checkPythonPackageVersion "nbconvert" "6.5.1"
4040checkPythonPackageVersion " werkzeug" " 2.2.3"
4141checkPythonPackageVersion " certifi" " 2022.12.07"
4242checkPythonPackageVersion " requests" " 2.31.0"
43- checkPythonPackageVersion " cryptography" " 41.0.3 "
43+ checkPythonPackageVersion " cryptography" " 41.0.7 "
4444checkPythonPackageVersion " transformers" " 4.36.0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.9.0"
@@ -49,7 +49,7 @@ checkPythonPackageVersion "tornado" "6.3.3"
4949checkPythonPackageVersion " pyarrow" " 14.0.1"
5050
5151checkCondaPackageVersion " pyopenssl" " 23.2.0"
52- checkCondaPackageVersion " cryptography" " 41.0.3 "
52+ checkCondaPackageVersion " cryptography" " 41.0.7 "
5353checkCondaPackageVersion " requests" " 2.31.0"
5454checkCondaPackageVersion " pygments" " 2.15.1"
5555checkCondaPackageVersion " mpmath" " 1.3.0"
You can’t perform that action at this time.
0 commit comments