File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
3941FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5454checkPythonPackageVersion " idna" " 3.7"
5555checkPythonPackageVersion " jinja2" " 3.1.4"
5656checkPythonPackageVersion " scrapy" " 2.11.2"
57+ checkPythonPackageVersion " requests" " 2.32.0"
5758
5859checkCondaPackageVersion " pyopenssl" " 23.2.0"
5960checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments