You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [python] - setuptools - GHSA-cx63-2mw6-8hw5 - v69.0.3 to v70.0.0
* Updating the python setuptools version to the latest one 75.6.0 as needed for PR #1219
---------
Co-authored-by: Kaniska244 <[email protected]>
# Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897 and https://github.com/advisories/GHSA-2mqj-m65w-jghx
10
10
# They are installed by the base image (python) which does not have the patch.
11
11
RUN python3 -m pip install --upgrade \
12
-
setuptools==69.0.3 \
12
+
setuptools==75.6.0 \
13
13
gitpython==3.1.41
14
14
15
15
# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
0 commit comments