Skip to content

Commit

Permalink
build: bump tornado to version 6.4.1
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jun 23, 2024
1 parent b07b2be commit 8f3b30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
dependencies = [
"tornado==6.2.0 ; python_version=='3.7'",
"tornado==6.4.0 ; python_version>='3.8'",
"tornado==6.4.1 ; python_version>='3.8'",
"pyserial==3.4",
"pyserial-asyncio==0.6",
"pillow==9.5.0 ; python_version=='3.7'",
Expand Down
2 changes: 1 addition & 1 deletion scripts/moonraker-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python dependencies for Moonraker
--find-links=python_wheels
tornado==6.2.0 ; python_version=='3.7'
tornado==6.4.0 ; python_version>='3.8'
tornado==6.4.1 ; python_version>='3.8'
pyserial==3.4
pyserial-asyncio==0.6
pillow==9.5.0 ; python_version=='3.7'
Expand Down

0 comments on commit 8f3b30a

Please sign in to comment.