File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
composer/airflow_1_samples
cloud-trace-demo-app-opentelemetry/app Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ scipy==1.4.1; python_version > '3.0'
8
8
scipy == 1.2.3 ; python_version < '3.0'
9
9
numpy == 1.19.5 ; python_version > '3.0'
10
10
numpy == 1.16.6 ; python_version < '3.0'
11
+ markupsafe == 2.0.1
Original file line number Diff line number Diff line change 1
1
# Don't upgrade to 2.0.0 until opentelemtry-instrumentation-flask is okay with it
2
2
Flask == 1.1.4
3
+ markupsafe == 2.0.1
3
4
opentelemetry-exporter-gcp-trace == 1.0.0
4
5
opentelemetry-propagator-gcp == 1.1.0
5
6
opentelemetry-instrumentation-flask == 0.20b0
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ google-cloud-trace==0.24.0
3
3
opencensus == 0.8.0
4
4
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
5
5
Flask == 1.1.4
6
+ markupsafe == 2.0.1
6
7
opencensus-ext-stackdriver == 0.8.0
7
8
opencensus-ext-flask == 0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
8
9
opencensus-context == 0.1.2
You can’t perform that action at this time.
0 commit comments