Skip to content

Commit d6e1291

Browse files
committed
Upgrade markupsafe in fork-process-model examples
1 parent 128eed7 commit d6e1291

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
click==7.1.2
2-
Flask==2.3.2
1+
click==8.1.7
2+
Flask==3.0.0
33
googleapis-common-protos==1.52.0
44
grpcio==1.56.0
55
gunicorn==20.0.4
6-
itsdangerous==1.1.0
7-
Jinja2==2.11.3
8-
MarkupSafe==1.1.1
6+
itsdangerous==2.1.2
7+
Jinja2==3.1.2
8+
MarkupSafe==2.1.3
99
opentelemetry-api==1.20.0
1010
opentelemetry-exporter-otlp==1.20.0
1111
opentelemetry-instrumentation==0.41b0
1212
opentelemetry-instrumentation-flask==0.41b0
1313
opentelemetry-instrumentation-wsgi==0.41b0
1414
opentelemetry-sdk==1.20.0
15-
protobuf==3.18.3
15+
protobuf==3.19.4
1616
six==1.15.0
1717
thrift==0.13.0
1818
uWSGI==2.0.22
19-
Werkzeug==2.2.3
20-
wrapt==1.12.1
19+
Werkzeug==3.0.1
20+
wrapt==1.16.0
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
click==7.1.2
2-
Flask==2.3.2
1+
click==8.1.7
2+
Flask==3.0.0
33
googleapis-common-protos==1.52.0
44
grpcio==1.56.0
55
gunicorn==20.0.4
6-
itsdangerous==1.1.0
7-
Jinja2==2.11.3
8-
MarkupSafe==1.1.1
6+
itsdangerous==2.1.2
7+
Jinja2==3.1.2
8+
MarkupSafe==2.1.3
99
opentelemetry-api==1.20.0
1010
opentelemetry-exporter-otlp==1.20.0
1111
opentelemetry-instrumentation==0.41b0
1212
opentelemetry-instrumentation-flask==0.41b0
1313
opentelemetry-instrumentation-wsgi==0.41b0
1414
opentelemetry-sdk==1.20.0
15-
protobuf==3.18.3
15+
protobuf==3.19.4
1616
six==1.15.0
1717
thrift==0.13.0
1818
uWSGI==2.0.22
19-
Werkzeug==2.2.3
20-
wrapt==1.12.1
19+
Werkzeug==3.0.1
20+
wrapt==1.16.0

docs/getting_started/tests/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ charset-normalizer==2.0.12
55
click==8.1.7
66
Deprecated==1.2.14
77
flaky==3.7.0
8-
Flask==2.0.1
8+
Flask==3.0.0
99
idna==3.4
1010
importlib-metadata==6.8.0
1111
iniconfig==2.0.0
@@ -22,6 +22,6 @@ requests==2.26.0
2222
tomli==2.0.1
2323
typing_extensions==4.8.0
2424
urllib3==1.26.18
25-
Werkzeug==2.3.7
25+
Werkzeug==3.0.1
2626
wrapt==1.15.0
2727
zipp==3.17.0

0 commit comments

Comments
 (0)