Skip to content

Commit daa78ab

Browse files
dandhleeparthea
andauthored
chore(deps): pin markupsafe version (#7483)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 699a9cb commit daa78ab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

composer/airflow_1_samples/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ scipy==1.4.1; python_version > '3.0'
88
scipy==1.2.3; python_version < '3.0'
99
numpy==1.19.5; python_version > '3.0'
1010
numpy==1.16.6; python_version < '3.0'
11+
markupsafe==2.0.1

trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Don't upgrade to 2.0.0 until opentelemtry-instrumentation-flask is okay with it
22
Flask==1.1.4
3+
markupsafe==2.0.1
34
opentelemetry-exporter-gcp-trace==1.0.0
45
opentelemetry-propagator-gcp==1.1.0
56
opentelemetry-instrumentation-flask==0.20b0

trace/cloud-trace-demo-app/app/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ google-cloud-trace==0.24.0
33
opencensus==0.8.0
44
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
55
Flask==1.1.4
6+
markupsafe==2.0.1
67
opencensus-ext-stackdriver==0.8.0
78
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
89
opencensus-context==0.1.2

0 commit comments

Comments
 (0)