Skip to content

Commit 8155145

Browse files
[Anaconda] Update aiohttp due to GHSA-gfw2-4jvh-wgfg:aiohttp (#888)
1 parent 681cefb commit 8155145

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/anaconda/test-project/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ checkPythonPackageVersion "requests" "2.31.0"
4343
checkPythonPackageVersion "cryptography" "41.0.3"
4444
checkPythonPackageVersion "transformers" "4.30.0"
4545
checkPythonPackageVersion "mpmath" "1.3.0"
46-
checkPythonPackageVersion "aiohttp" "3.8.5"
46+
checkPythonPackageVersion "aiohttp" "3.8.6"
4747
checkPythonPackageVersion "jupyter_server" "2.7.2"
4848
checkPythonPackageVersion "tornado" "6.3.3"
4949

@@ -52,7 +52,7 @@ checkCondaPackageVersion "cryptography" "41.0.3"
5252
checkCondaPackageVersion "requests" "2.31.0"
5353
checkCondaPackageVersion "pygments" "2.15.1"
5454
checkCondaPackageVersion "mpmath" "1.3.0"
55-
checkCondaPackageVersion "aiohttp" "3.8.5"
55+
checkCondaPackageVersion "aiohttp" "3.8.6"
5656
checkCondaPackageVersion "pillow" "10.0.1"
5757
checkCondaPackageVersion "urllib3" "1.26.17"
5858

0 commit comments

Comments
 (0)