File tree 7 files changed +25
-32
lines changed
examples/fork-process-model
7 files changed +25
-32
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ - Upgrade markupsafe, Flask and related dependencies to dev and test
11
+ environments ([ #3609 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3609 ) )
10
12
- Handle HTTP 2XX responses as successful in OTLP exporters
11
13
([ #3623 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3623 ) )
12
14
- Improve Resource Detector timeout messaging
Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ sphinx-autodoc-typehints==1.25.2
10
10
pytest==7.1.3
11
11
pytest-cov==4.1.0
12
12
readme-renderer==42.0
13
- # temporary fix. we should update the jinja, flask deps
14
- # See https://github.com/pallets/markupsafe/issues/282
15
- # breaking change introduced in markupsafe causes jinja, flask to break
16
- markupsafe==2.0.1
13
+ markupsafe==2.1.3
17
14
bleach==4.1.0 # This dependency was updated to a breaking version.
18
15
codespell==2.1.0
19
16
requests==2.31.0
Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ sphinx-jekyll-builder==0.3.0
16
16
grpcio~=1.27
17
17
Deprecated~=1.2
18
18
django~=4.2
19
- flask~=1.0
19
+ flask~=2.3
20
20
opentracing~=2.2.0
21
21
thrift~=0.10
22
22
wrapt>=1.0.0,<2.0.0
23
- # temporary fix. we should update the jinja, flask deps
24
- # See https://github.com/pallets/markupsafe/issues/282
25
- # breaking change introduced in markupsafe causes jinja, flask to break
26
- markupsafe==2.0.1
23
+ markupsafe~=2.0
27
24
28
25
# Jaeger generated protobufs do not currently support protobuf 4.x. This can be removed once
29
26
# they're regenerated.
Original file line number Diff line number Diff line change 1
- click == 7 .1.2
2
- Flask == 2.3.2
1
+ click == 8 .1.7
2
+ Flask == 2.3.3
3
3
googleapis-common-protos == 1.52.0
4
4
grpcio == 1.56.0
5
5
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
9
9
opentelemetry-api == 1.20.0
10
10
opentelemetry-exporter-otlp == 1.20.0
11
11
opentelemetry-instrumentation == 0.41b0
12
12
opentelemetry-instrumentation-flask == 0.41b0
13
13
opentelemetry-instrumentation-wsgi == 0.41b0
14
14
opentelemetry-sdk == 1.20.0
15
- protobuf == 3.18.3
15
+ protobuf == 3.19.4
16
16
six == 1.15.0
17
17
thrift == 0.13.0
18
18
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 number Diff line number Diff line change 1
- click == 7 .1.2
2
- Flask == 2.3.2
1
+ click == 8 .1.7
2
+ Flask == 2.3.3
3
3
googleapis-common-protos == 1.52.0
4
4
grpcio == 1.56.0
5
5
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
9
9
opentelemetry-api == 1.20.0
10
10
opentelemetry-exporter-otlp == 1.20.0
11
11
opentelemetry-instrumentation == 0.41b0
12
12
opentelemetry-instrumentation-flask == 0.41b0
13
13
opentelemetry-instrumentation-wsgi == 0.41b0
14
14
opentelemetry-sdk == 1.20.0
15
- protobuf == 3.18.3
15
+ protobuf == 3.19.4
16
16
six == 1.15.0
17
17
thrift == 0.13.0
18
18
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 number Diff line number Diff line change @@ -5,7 +5,7 @@ charset-normalizer==2.0.12
5
5
click == 8.1.7
6
6
Deprecated == 1.2.14
7
7
flaky == 3.7.0
8
- Flask == 2.0.1
8
+ Flask == 2.3.3
9
9
idna == 3.4
10
10
importlib-metadata == 6.8.0
11
11
iniconfig == 2.0.0
@@ -22,6 +22,6 @@ requests==2.26.0
22
22
tomli == 2.0.1
23
23
typing_extensions == 4.8.0
24
24
urllib3 == 1.26.18
25
- Werkzeug == 2.3.7
25
+ Werkzeug == 3.0.1
26
26
wrapt == 1.15.0
27
27
zipp == 3.17.0
Original file line number Diff line number Diff line change @@ -251,12 +251,9 @@ deps =
251
251
# needed for tracecontext
252
252
aiohttp~=3.6
253
253
# needed for example trace integration
254
- flask~=1.1
254
+ flask~=2.3
255
255
requests~=2.7
256
- # temporary fix. we should update the jinja, flask deps
257
- # See https://github.com/pallets/markupsafe/issues/282
258
- # breaking change introduced in markupsafe causes jinja, flask to break
259
- markupsafe ==2.0.1
256
+ markupsafe~=2.1
260
257
261
258
commands_pre =
262
259
pip install -e {toxinidir}/opentelemetry-api \
You can’t perform that action at this time.
0 commit comments