diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-02-09 18:01:04 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-02-09 18:01:04 -0500 |
commit | 5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21 (patch) | |
tree | 579ef30c2b1e281e5d37d23612c734ad5568cfe0 /scripts/klippy-requirements.txt | |
parent | da8d4b02311fef6dccef7cfb6d1a8e09707971c2 (diff) | |
download | kutter-5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21.tar.gz kutter-5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21.tar.xz kutter-5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21.zip |
klippy-requirements: Update to greenlet v2.0.2
Improves compatibility with Python v3.11. Reported by @flaviut.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/klippy-requirements.txt')
-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 dd46dce0..52a30923 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -4,7 +4,7 @@ # pip install -r klippy-requirements.txt cffi==1.14.6 pyserial==3.4 -greenlet==1.1.2 +greenlet==2.0.2 Jinja2==2.11.3 python-can==3.3.4 markupsafe==1.1.1 |