Skip to content

Commit 736f725

Browse files
committed
[Anaconda] - requests - GHSA-9wx4-h78v-vm56 : Apply patch for requests
1 parent 756613a commit 736f725

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN python3 -m pip install --upgrade \
3333
# https://github.com/advisories/GHSA-h75v-3vvj-5mfj
3434
jinja2==3.1.4 \
3535
# https://github.com/advisories/GHSA-4qqq-9vqf-3h3f
36-
scrapy==2.11.2
36+
scrapy==2.11.2 \
37+
# https://github.com/advisories/GHSA-9wx4-h78v-vm56
38+
requests==2.32.0
3739

3840
# Reset and copy updated files with updated privs to keep image size down
3941
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5454
checkPythonPackageVersion "idna" "3.7"
5555
checkPythonPackageVersion "jinja2" "3.1.4"
5656
checkPythonPackageVersion "scrapy" "2.11.2"
57+
checkPythonPackageVersion "requests" "2.32.0"
5758

5859
checkCondaPackageVersion "pyopenssl" "23.2.0"
5960
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)