From 01ad427d75c063cb2b1411053a7fb56bbd11bbba Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 11 Jan 2024 16:39:48 -0500 Subject: [PATCH] build: bump dependency versions Signed-off-by: Eric Callahan --- pyproject.toml | 12 ++++++------ scripts/moonraker-requirements.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbbbf38..5a187c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,23 +7,23 @@ authors = [ ] dependencies = [ "tornado==6.2.0 ; python_version=='3.7'", - "tornado==6.3.3 ; python_version>='3.8'", + "tornado==6.4.0 ; python_version>='3.8'", "pyserial==3.4", "pyserial-asyncio==0.6", "pillow==9.5.0 ; python_version=='3.7'", - "pillow==10.0.1 ; python_version>='3.8'", + "pillow==10.2.0 ; python_version>='3.8'", "lmdb==1.4.1", "streaming-form-data==1.11.0 ; python_version=='3.7'", "streaming-form-data==1.13.0 ; python_version>='3.8'", - "distro==1.8.0", + "distro==1.9.0", "inotify-simple==1.3.5", - "libnacl==1.8.0", + "libnacl==2.1.0", "paho-mqtt==1.6.1", "zeroconf==0.131.0", "preprocess-cancellation==0.2.0", - "jinja2==3.1.2", + "jinja2==3.1.3", "dbus-next==0.2.3", - "apprise==1.3.0", + "apprise==1.7.0", "ldap3==2.9.1", "python-periphery==2.4.1" ] diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 5da140e..d9e8750 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -1,22 +1,22 @@ # Python dependencies for Moonraker --find-links=python_wheels tornado==6.2.0 ; python_version=='3.7' -tornado==6.3.3 ; python_version>='3.8' +tornado==6.4.0 ; python_version>='3.8' pyserial==3.4 pyserial-asyncio==0.6 pillow==9.5.0 ; python_version=='3.7' -pillow==10.0.1 ; python_version>='3.8' +pillow==10.2.0 ; python_version>='3.8' lmdb==1.4.1 streaming-form-data==1.11.0 ; python_version=='3.7' streaming-form-data==1.13.0 ; python_version>='3.8' -distro==1.8.0 +distro==1.9.0 inotify-simple==1.3.5 -libnacl==1.8.0 +libnacl==2.1.0 paho-mqtt==1.6.1 zeroconf==0.131.0 preprocess-cancellation==0.2.0 -jinja2==3.1.2 +jinja2==3.1.3 dbus-next==0.2.3 -apprise==1.3.0 +apprise==1.7.1 ldap3==2.9.1 python-periphery==2.4.1