Skip to content

Commit

Permalink
Bump werkzeug from 1.0.1 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@1.0.1...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent 5ba7b8b commit 8c6d7dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ joblib==1.0.1
# via
# -r requirements.txt
# nltk
markupsafe==2.0.1
markupsafe==2.1.2
# via
# -r requirements.txt
# jinja2
# werkzeug
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
Expand Down Expand Up @@ -139,7 +140,7 @@ tqdm==4.60.0
# via
# -r requirements.txt
# nltk
werkzeug==1.0.1
werkzeug==2.2.3
# via
# -r requirements.txt
# flask
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jinja2==3.0.1
# flask
joblib==1.0.1
# via nltk
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
nltk==3.8.1
# via -r requirements.in
numpy==1.20.3
Expand Down Expand Up @@ -79,7 +81,7 @@ sqlalchemy==1.4.15
# via -r requirements.in
tqdm==4.60.0
# via nltk
werkzeug==1.0.1
werkzeug==2.2.3
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 8c6d7dd

Please sign in to comment.