From c0ebe9fdb021e6d3dd7db13f6197d62df8f15fa8 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 15 Mar 2023 12:06:43 +0100 Subject: [PATCH] Bump tuswsgi middleware 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. --- lib/galaxy/dependencies/dev-requirements.txt | 2 +- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/galaxy/dependencies/dev-requirements.txt b/lib/galaxy/dependencies/dev-requirements.txt index d28bada04ade..2de873dbd204 100644 --- a/lib/galaxy/dependencies/dev-requirements.txt +++ b/lib/galaxy/dependencies/dev-requirements.txt @@ -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" diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 74f8f510fc70..9e4d35bb5bdc 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -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