Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fbfc37

Browse files
authored
bump Werkzeug to 3.0.6 in test-requirements (open-telemetry#4244)
Signed-off-by: emdneto <[email protected]>
1 parent 897e8c9 commit 8fbfc37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/examples/fork-process-model/flask-gunicorn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ protobuf==3.20.3
1616
six==1.15.0
1717
thrift==0.13.0
1818
uWSGI==2.0.22
19-
Werkzeug==3.0.3
19+
Werkzeug==3.0.6
2020
wrapt==1.16.0

docs/examples/fork-process-model/flask-uwsgi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ protobuf==3.20.3
1616
six==1.15.0
1717
thrift==0.13.0
1818
uWSGI==2.0.22
19-
Werkzeug==3.0.3
19+
Werkzeug==3.0.6
2020
wrapt==1.16.0

docs/getting_started/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requests==2.32.3
1919
tomli==2.0.1
2020
typing_extensions==4.8.0
2121
urllib3==1.26.19
22-
Werkzeug==3.0.3
22+
Werkzeug==3.0.6
2323
wrapt==1.15.0
2424
zipp==3.19.2
2525
-e opentelemetry-semantic-conventions

0 commit comments

Comments
 (0)