Skip to content

Commit

Permalink
Dependencies: Remove upper limit on werkzeug (#5904)
Browse files Browse the repository at this point in the history
The limit was added in #5606
because the release of `werkzeug==2.2.0` was causing the REST API tests to fail,
but it seems the patch releases have solved the problem.
  • Loading branch information
sphuber authored Feb 23, 2023
1 parent 5fe60ec commit 2db0a38
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ dependencies:
- tabulate~=0.8.5
- tqdm~=4.45
- upf_to_json~=0.9.2
- werkzeug<2.2
- wrapt~=1.11
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies = [
"tabulate~=0.8.5",
"tqdm~=4.45",
"upf_to_json~=0.9.2",
"werkzeug<2.2",
"wrapt~=1.11"
]

Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jupyterlab-widgets==1.0.2
kiwipy==0.7.7
kiwisolver==1.3.2
Mako==1.2.2
MarkupSafe==2.0.1
MarkupSafe==2.1.1
matplotlib==3.5.0
matplotlib-inline==0.1.3
mistune==0.8.4
Expand Down 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
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jupyterlab-widgets==1.0.2
kiwipy==0.7.7
kiwisolver==1.3.2
Mako==1.2.2
MarkupSafe==2.0.1
MarkupSafe==2.1.1
matplotlib==3.5.0
matplotlib-inline==0.1.3
mistune==0.8.4
Expand Down 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
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jupyterlab-widgets==1.0.2
kiwipy==0.7.7
kiwisolver==1.3.2
Mako==1.2.2
MarkupSafe==2.0.1
MarkupSafe==2.1.1
matplotlib==3.5.0
matplotlib-inline==0.1.3
mistune==0.8.4
Expand Down 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 2db0a38

Please sign in to comment.