build: bump tornado and apprise packages

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2025-02-03 05:37:27 -05:00
parent 8f4ed621a7
commit ac4959cfbf
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
2 changed files with 4 additions and 6 deletions

View File

@ -6,8 +6,7 @@ authors = [
{name = "Eric Callahan", email = "arksine.code@gmail.com"},
]
dependencies = [
"tornado==6.2.0 ; python_version=='3.7'",
"tornado==6.4.1 ; python_version>='3.8'",
"tornado>=6.2.0, <=6.4.2",
"pyserial==3.4",
"pillow==9.5.0 ; python_version=='3.7'",
"pillow==10.3.0 ; python_version>='3.8'",
@ -22,7 +21,7 @@ dependencies = [
"jinja2==3.1.5",
"dbus-fast==2.28.0 ; python_version>='3.9'",
"dbus-fast<=2.28.0 ; python_version<'3.9'",
"apprise==1.8.0",
"apprise==1.9.2",
"ldap3==2.9.1",
"python-periphery==2.4.1",
"importlib_metadata==6.7.0 ; python_version=='3.7'",

View File

@ -1,7 +1,6 @@
# Python dependencies for Moonraker
--find-links=python_wheels
tornado==6.2.0 ; python_version=='3.7'
tornado==6.4.1 ; python_version>='3.8'
tornado>=6.2.0, <=6.4.2
pyserial==3.4
pillow==9.5.0 ; python_version=='3.7'
pillow==10.3.0 ; python_version>='3.8'
@ -16,7 +15,7 @@ preprocess-cancellation==0.2.1
jinja2==3.1.5
dbus-fast==2.28.0 ; python_version>='3.9'
dbus-fast<=2.28.0 ; python_version<'3.9'
apprise==1.8.0
apprise==1.9.2
ldap3==2.9.1
python-periphery==2.4.1
importlib_metadata==6.7.0 ; python_version=='3.7'