build: bump tornado and apprise packages
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -6,8 +6,7 @@ authors = [
|
|||||||
{name = "Eric Callahan", email = "arksine.code@gmail.com"},
|
{name = "Eric Callahan", email = "arksine.code@gmail.com"},
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tornado==6.2.0 ; python_version=='3.7'",
|
"tornado>=6.2.0, <=6.4.2",
|
||||||
"tornado==6.4.1 ; python_version>='3.8'",
|
|
||||||
"pyserial==3.4",
|
"pyserial==3.4",
|
||||||
"pillow==9.5.0 ; python_version=='3.7'",
|
"pillow==9.5.0 ; python_version=='3.7'",
|
||||||
"pillow==10.3.0 ; python_version>='3.8'",
|
"pillow==10.3.0 ; python_version>='3.8'",
|
||||||
@@ -22,7 +21,7 @@ dependencies = [
|
|||||||
"jinja2==3.1.5",
|
"jinja2==3.1.5",
|
||||||
"dbus-fast==2.28.0 ; python_version>='3.9'",
|
"dbus-fast==2.28.0 ; python_version>='3.9'",
|
||||||
"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",
|
"ldap3==2.9.1",
|
||||||
"python-periphery==2.4.1",
|
"python-periphery==2.4.1",
|
||||||
"importlib_metadata==6.7.0 ; python_version=='3.7'",
|
"importlib_metadata==6.7.0 ; python_version=='3.7'",
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
# Python dependencies for Moonraker
|
# Python dependencies for Moonraker
|
||||||
--find-links=python_wheels
|
--find-links=python_wheels
|
||||||
tornado==6.2.0 ; python_version=='3.7'
|
tornado>=6.2.0, <=6.4.2
|
||||||
tornado==6.4.1 ; python_version>='3.8'
|
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
pillow==9.5.0 ; python_version=='3.7'
|
pillow==9.5.0 ; python_version=='3.7'
|
||||||
pillow==10.3.0 ; python_version>='3.8'
|
pillow==10.3.0 ; python_version>='3.8'
|
||||||
@@ -16,7 +15,7 @@ preprocess-cancellation==0.2.1
|
|||||||
jinja2==3.1.5
|
jinja2==3.1.5
|
||||||
dbus-fast==2.28.0 ; python_version>='3.9'
|
dbus-fast==2.28.0 ; python_version>='3.9'
|
||||||
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
|
ldap3==2.9.1
|
||||||
python-periphery==2.4.1
|
python-periphery==2.4.1
|
||||||
importlib_metadata==6.7.0 ; python_version=='3.7'
|
importlib_metadata==6.7.0 ; python_version=='3.7'
|
||||||
|
Reference in New Issue
Block a user