From 13ff5f3963138a271c1b7e03f5d634bc04a85b55 Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:46:59 -0300 Subject: [PATCH] bump Werkzeug to 3.0.6 in test-requirements 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