mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-30 11:20:27 -07:00
klippy-requirements: Update setuptools revision to 78.1.1
A security vulnerability was found in setuptools - increase package dependency to fixed version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d6902240dd
commit
aa3388cc59
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ markupsafe==1.1.1 # Needed by Jinja2
|
|||
pyserial==3.4
|
||||
# python-can is used by serialhdl.py (for canbus mcu connections)
|
||||
python-can==3.3.4
|
||||
setuptools==75.6.0 ; python_version >= '3.12' # Needed by python-can
|
||||
setuptools==78.1.1 ; python_version >= '3.12' # Needed by python-can
|
||||
# msgspec is an optional dependency of webhooks.py
|
||||
msgspec==0.19.0 ; python_version >= '3.9'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue