File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ RUN python3 -m pip install --upgrade \
37
37
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
38
38
aiohttp==3.9.2 \
39
39
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
40
- cryptography==42.0.4
40
+ cryptography==42.0.4 \
41
+ # https://github.com/advisories/GHSA-2mqj-m65w-jghx
42
+ gitpython==3.1.41
41
43
42
44
# Reset and copy updated files with updated privs to keep image size down
43
45
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ checkPythonPackageVersion "tornado" "6.3.3"
49
49
checkPythonPackageVersion " pyarrow" " 14.0.1"
50
50
checkPythonPackageVersion " pillow" " 10.2.0"
51
51
checkPythonPackageVersion " jupyterlab" " 4.0.11"
52
+ checkPythonPackageVersion " gitpython" " 3.1.41"
52
53
53
54
checkCondaPackageVersion " pyopenssl" " 23.2.0"
54
55
checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments