Skip to content

Commit

Permalink
Bump werkzeug to 2.3.8 to fix slow multipart parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
hairlessbear committed Nov 21, 2023
1 parent 9ebbfcd commit 8b65b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/install/requirements_frontend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uwsgi==2.0.22
virtualenv

# must be below dependent packages (flask, flask-login, flask-restx)
werkzeug==2.3.7
werkzeug==2.3.8

# Used for username validation by flask-security
bleach==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/install/requirements_pre_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-magic==0.4.27
requests==2.31.0
# Needed by config.py
pydantic==2.1.1
werkzeug==2.3.4
werkzeug==2.3.8
toml==0.10.2

git+https://github.com/fkie-cad/common_helper_files.git
Expand Down

0 comments on commit 8b65b13

Please sign in to comment.