Skip to content

Commit

Permalink
Tolerate and require typed Werkzeug (DataBiosphere#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak authored Jan 19, 2022
1 parent 0e256d6 commit 79571e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
connexion[swagger-ui]>=2.5.1, <3
connexion[swagger-ui]>=2.10.0, <3
flask>=2.0,<3
werkzeug>=2.0,<3
flask-cors==3.0.10
gunicorn==20.1.0
celery>=5.1.0, <6
2 changes: 1 addition & 1 deletion src/toil/server/wes/abstract_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from urllib.parse import urldefrag

import connexion # type: ignore
from werkzeug.utils import secure_filename # type: ignore
from werkzeug.utils import secure_filename

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 79571e2

Please sign in to comment.