From 8fbfc3713e6925ed69b411468694734461065a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Tue, 5 Nov 2024 05:46:44 -0300 Subject: [PATCH] bump Werkzeug to 3.0.6 in test-requirements (#4244) Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- .../examples/fork-process-model/flask-gunicorn/requirements.txt | 2 +- docs/examples/fork-process-model/flask-uwsgi/requirements.txt | 2 +- docs/getting_started/tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt index b822de322b3..fb078336afb 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt +++ b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt @@ -16,5 +16,5 @@ protobuf==3.20.3 six==1.15.0 thrift==0.13.0 uWSGI==2.0.22 -Werkzeug==3.0.3 +Werkzeug==3.0.6 wrapt==1.16.0 diff --git a/docs/examples/fork-process-model/flask-uwsgi/requirements.txt b/docs/examples/fork-process-model/flask-uwsgi/requirements.txt index b822de322b3..fb078336afb 100644 --- a/docs/examples/fork-process-model/flask-uwsgi/requirements.txt +++ b/docs/examples/fork-process-model/flask-uwsgi/requirements.txt @@ -16,5 +16,5 @@ protobuf==3.20.3 six==1.15.0 thrift==0.13.0 uWSGI==2.0.22 -Werkzeug==3.0.3 +Werkzeug==3.0.6 wrapt==1.16.0 diff --git a/docs/getting_started/tests/requirements.txt b/docs/getting_started/tests/requirements.txt index 41880ca863f..3d8166b7cb5 100644 --- a/docs/getting_started/tests/requirements.txt +++ b/docs/getting_started/tests/requirements.txt @@ -19,7 +19,7 @@ requests==2.32.3 tomli==2.0.1 typing_extensions==4.8.0 urllib3==1.26.19 -Werkzeug==3.0.3 +Werkzeug==3.0.6 wrapt==1.15.0 zipp==3.19.2 -e opentelemetry-semantic-conventions