Skip to content

Commit

Permalink
Bump tuswsgi middleware
Browse files Browse the repository at this point in the history
The middleware attempts to cleanup files on every upload,
this can be a problem if there are many files in the upload
directory, especially on NFS.
  • Loading branch information
mvdbeek committed Mar 15, 2023
1 parent 44cd475 commit c0ebe9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ tqdm==4.64.0; python_version >= "2.7" and python_full_version < "3.0.0" or pytho
trio-websocket==0.9.2; python_version >= "3.7" and python_version < "4.0"
trio==0.21.0; python_version >= "3.7" and python_version < "4.0"
tuspy==0.2.5
tuswsgi==0.5.4
tuswsgi==0.5.5
twill==3.0.2
typed-ast==1.5.4; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" and python_version >= "3.7"
typing-extensions==4.2.0; python_version >= "3.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tenacity==8.0.1; python_version >= "3.6"
tifffile==2021.11.2; python_version >= "3.7"
tornado==6.1; python_version >= "3.5"
tqdm==4.64.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
tuswsgi==0.5.4
tuswsgi==0.5.5
typing-extensions==4.2.0; python_version >= "3.7"
tzlocal==2.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
ubiquerg==0.6.2
Expand Down

0 comments on commit c0ebe9f

Please sign in to comment.