Skip to content

Commit

Permalink
build: bump streaming-form-data package
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 ac4959c commit f3b0afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ dependencies = [
"pyserial==3.4",
"pillow==9.5.0 ; python_version=='3.7'",
"pillow==10.3.0 ; python_version>='3.8'",
"streaming-form-data==1.11.0 ; python_version=='3.7'",
"streaming-form-data==1.15.0 ; python_version>='3.8'",
"streaming-form-data>=1.11.0, <=1.19.1",
"distro==1.9.0",
"inotify-simple==1.3.5",
"libnacl==2.1.0",
Expand Down
3 changes: 1 addition & 2 deletions scripts/moonraker-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ 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'
streaming-form-data==1.11.0 ; python_version=='3.7'
streaming-form-data==1.15.0 ; python_version>='3.8'
streaming-form-data>=1.11.0, <=1.19.1
distro==1.9.0
inotify-simple==1.3.5
libnacl==2.1.0
Expand Down

0 comments on commit f3b0afd

Please sign in to comment.