File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ RUN conda install \
1414 requests=2.31.0 \
1515 # https://github.com/advisories/GHSA-f865-m6cq-j9vx
1616 mpmath=1.3.0 \
17- # https://github.com/advisories/GHSA-45c4-8wx5-qw6w
18- aiohttp=3.8.5 \
17+ # https://github.com/advisories/GHSA-gfw2-4jvh-wgfg
18+ aiohttp=3.8.6 \
1919 # https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
2020 pillow=10.0.1 \
2121 # https://github.com/advisories/GHSA-v845-jxx5-vc9f
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ checkPythonPackageVersion "requests" "2.31.0"
4343checkPythonPackageVersion " cryptography" " 41.0.3"
4444checkPythonPackageVersion " transformers" " 4.30.0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
46- checkPythonPackageVersion " aiohttp" " 3.8.5 "
46+ checkPythonPackageVersion " aiohttp" " 3.8.6 "
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
4848checkPythonPackageVersion " tornado" " 6.3.3"
4949
@@ -52,7 +52,7 @@ checkCondaPackageVersion "cryptography" "41.0.3"
5252checkCondaPackageVersion " requests" " 2.31.0"
5353checkCondaPackageVersion " pygments" " 2.15.1"
5454checkCondaPackageVersion " mpmath" " 1.3.0"
55- checkCondaPackageVersion " aiohttp" " 3.8.5 "
55+ checkCondaPackageVersion " aiohttp" " 3.8.6 "
5656checkCondaPackageVersion " pillow" " 10.0.1"
5757checkCondaPackageVersion " urllib3" " 1.26.17"
5858
You can’t perform that action at this time.
0 commit comments