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 @@ -47,7 +47,9 @@ RUN python3 -m pip install --upgrade \
4747 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h
4848 idna==3.7 \
4949 # https://github.com/advisories/GHSA-h75v-3vvj-5mfj
50- jinja2==3.1.4
50+ jinja2==3.1.4 \
51+ # https://github.com/advisories/GHSA-4qqq-9vqf-3h3f
52+ scrapy==2.11.2
5153
5254# Reset and copy updated files with updated privs to keep image size down
5355FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ checkPythonPackageVersion "gitpython" "3.1.41"
5353checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
5454checkPythonPackageVersion " idna" " 3.7"
5555checkPythonPackageVersion " jinja2" " 3.1.4"
56+ checkPythonPackageVersion " scrapy" " 2.11.2"
5657
5758checkCondaPackageVersion " pyopenssl" " 23.2.0"
5859checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments