Skip to content

Commit 4ed4fd0

Browse files
authored
pin markupsafe version to 2.0.1 (open-telemetry#2474)
1 parent b516a94 commit 4ed4fd0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

dev-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ readme-renderer~=24.0
1313
grpcio-tools~=1.41.0
1414
mypy-protobuf~=3.0.0
1515
protobuf~=3.18.1
16+
# temporary fix. we should update the jinja, flask deps
17+
# See https://github.com/pallets/markupsafe/issues/282
18+
# breaking change introduced in markupsafe causes jinja, flask to break
19+
markupsafe==2.0.1

docs-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ flask~=1.0
1919
opentracing~=2.2.0
2020
thrift>=0.10.0
2121
wrapt>=1.0.0,<2.0.0
22+
# temporary fix. we should update the jinja, flask deps
23+
# See https://github.com/pallets/markupsafe/issues/282
24+
# breaking change introduced in markupsafe causes jinja, flask to break
25+
markupsafe==2.0.1

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ deps =
230230
# needed for example trace integration
231231
flask~=1.1
232232
requests~=2.7
233+
# temporary fix. we should update the jinja, flask deps
234+
# See https://github.com/pallets/markupsafe/issues/282
235+
# breaking change introduced in markupsafe causes jinja, flask to break
236+
markupsafe==2.0.1
233237

234238
commands_pre =
235239
pip install -e {toxinidir}/opentelemetry-api \

0 commit comments

Comments
 (0)