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
* updating setuptools from 75.6.0 to 80.9.0
* changes in the version
* bump up the patch version of the image
* Update manifest.json
---------
Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
# 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==75.6.0 \
12
+
setuptools==78.1.1 \
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