Skip to content

Commit

Permalink
Bump werkzeug from 2.0.2 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 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@2.0.2...2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2023
1 parent 5fe60ec commit 6ad9fc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"tabulate~=0.8.5",
"tqdm~=4.45",
"upf_to_json~=0.9.2",
"werkzeug<2.2",
"werkzeug<2.3",
"wrapt~=1.11"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ upf-to-json==0.9.3
urllib3==1.26.7
wcwidth==0.2.5
webencodings==0.5.1
Werkzeug==2.0.2
Werkzeug==2.2.3
widgetsnbextension==3.5.2
wrapt==1.11.2
yarl==1.7.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ urllib3==1.26.13
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.4.2
Werkzeug==2.1.2
Werkzeug==2.2.3
widgetsnbextension==4.0.3
wrapt==1.14.1
yarl==1.8.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ upf-to-json==0.9.3
urllib3==1.26.7
wcwidth==0.2.5
webencodings==0.5.1
Werkzeug==2.0.2
Werkzeug==2.2.3
widgetsnbextension==3.5.2
wrapt==1.11.2
yarl==1.7.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ upf-to-json==0.9.3
urllib3==1.26.7
wcwidth==0.2.5
webencodings==0.5.1
Werkzeug==2.0.2
Werkzeug==2.2.3
widgetsnbextension==3.5.2
wrapt==1.11.2
yarl==1.7.2
Expand Down

0 comments on commit 6ad9fc5

Please sign in to comment.