Skip to content

Commit

Permalink
build(deps): bump werkzeug from 2.3.4 to 3.0.1 in /src/install
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.4...3.0.1)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent e0dc06d commit 540272a
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==3.0.1

# 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==3.0.1
toml==0.10.2

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

0 comments on commit 540272a

Please sign in to comment.