diff --git a/requirements.txt b/requirements.txt index 7eea443..bbb2bc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ vine==5.1.0 # via amqp, kombu wcmatch==8.4.1 # via reana-commons webcolors==24.6.0 # via jsonschema websocket-client==1.8.0 # via kubernetes -werkzeug==2.2.3 # via flask, reana-commons, reana-job-controller (setup.py) +werkzeug==3.0.6 # via flask, reana-commons, reana-job-controller (setup.py) # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/setup.py b/setup.py index bbf441b..c21471f 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "apispec[yaml]>=3.0,<4.0", "apispec-webframeworks", "Flask>=2.1.1,<2.3.0", # same upper pin as invenio-base/reana-server - "Werkzeug>=2.1.0,<2.3.0", # same upper pin as invenio-base + "Werkzeug>=2.1.0,<3.1.0", # same upper pin as invenio-base "jinja2<3.1.0", "fs>=2.0", "marshmallow>2.13.0,<3.0.0", # same upper pin as reana-server