From def219b494d9cc21fc4764686536c0d4a7d8c893 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 23 Feb 2023 11:39:38 +0100 Subject: [PATCH] Dependencies: Remove upper limit on `werkzeug` --- environment.yml | 1 - pyproject.toml | 1 - requirements/requirements-py-3.10.txt | 4 ++-- requirements/requirements-py-3.11.txt | 2 +- requirements/requirements-py-3.8.txt | 4 ++-- requirements/requirements-py-3.9.txt | 4 ++-- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/environment.yml b/environment.yml index e75d682912..d5a27d3664 100644 --- a/environment.yml +++ b/environment.yml @@ -34,5 +34,4 @@ dependencies: - tabulate~=0.8.5 - tqdm~=4.45 - upf_to_json~=0.9.2 -- werkzeug<2.2 - wrapt~=1.11 diff --git a/pyproject.toml b/pyproject.toml index c90a558573..018247ee47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,6 @@ dependencies = [ "tabulate~=0.8.5", "tqdm~=4.45", "upf_to_json~=0.9.2", - "werkzeug<2.2", "wrapt~=1.11" ] diff --git a/requirements/requirements-py-3.10.txt b/requirements/requirements-py-3.10.txt index caedcd0f1f..25cac50c8f 100644 --- a/requirements/requirements-py-3.10.txt +++ b/requirements/requirements-py-3.10.txt @@ -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 @@ -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 diff --git a/requirements/requirements-py-3.11.txt b/requirements/requirements-py-3.11.txt index 83d4c36c85..e23facb4ca 100644 --- a/requirements/requirements-py-3.11.txt +++ b/requirements/requirements-py-3.11.txt @@ -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 diff --git a/requirements/requirements-py-3.8.txt b/requirements/requirements-py-3.8.txt index c8ebf74d9e..49e8454fd5 100644 --- a/requirements/requirements-py-3.8.txt +++ b/requirements/requirements-py-3.8.txt @@ -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 @@ -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 diff --git a/requirements/requirements-py-3.9.txt b/requirements/requirements-py-3.9.txt index 9c4f826a9e..b73d7ced10 100644 --- a/requirements/requirements-py-3.9.txt +++ b/requirements/requirements-py-3.9.txt @@ -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 @@ -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