Skip to content

Commit cc28748

Browse files
anaconda-aiohttp-GHSA-7gpw-8wmc-pm8g patch for vuln (devcontainers#1042)
1 parent 8870afe commit cc28748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN python3 -m pip install --upgrade \
3535
# https://github.com/advisories/GHSA-44cc-43rp-5947
3636
jupyterlab==4.0.11 \
3737
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
38-
aiohttp==3.9.2 \
38+
aiohttp==3.9.4 \
3939
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
4040
cryptography==42.0.4 \
4141
# https://github.com/advisories/GHSA-2mqj-m65w-jghx

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ checkPythonPackageVersion "requests" "2.31.0"
4343
checkPythonPackageVersion "cryptography" "42.0.4"
4444
checkPythonPackageVersion "transformers" "4.36.0"
4545
checkPythonPackageVersion "mpmath" "1.3.0"
46-
checkPythonPackageVersion "aiohttp" "3.9.2"
46+
checkPythonPackageVersion "aiohttp" "3.9.4"
4747
checkPythonPackageVersion "jupyter_server" "2.7.2"
4848
checkPythonPackageVersion "tornado" "6.3.3"
4949
checkPythonPackageVersion "pyarrow" "14.0.1"

0 commit comments

Comments
 (0)