Skip to content

Commit

Permalink
build: bump tornado and apprise packages
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Feb 3, 2025
1 parent 8f4ed62 commit ac4959c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ authors = [
{name = "Eric Callahan", email = "[email protected]"},
]
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'",
Expand All @@ -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'",
Expand Down
5 changes: 2 additions & 3 deletions scripts/moonraker-requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit ac4959c

Please sign in to comment.