diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-06-02 13:29:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-06-02 13:31:17 -0400 |
commit | aa3388cc59b4e6209627c778db5815765b8425d5 (patch) | |
tree | 2f57f7e60ce326779e8f6e0eefe94ab1038e6c9d | |
parent | d6902240ddc233ae948a14e3bbea10651dfa68ea (diff) | |
download | kutter-aa3388cc59b4e6209627c778db5815765b8425d5.tar.gz kutter-aa3388cc59b4e6209627c778db5815765b8425d5.tar.xz kutter-aa3388cc59b4e6209627c778db5815765b8425d5.zip |
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>
-rw-r--r-- | scripts/klippy-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index ccf34110..849aac0e 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -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' |