Skip to content

Commit

Permalink
pin markupsafe version to 2.0.1 (open-telemetry#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Feb 18, 2022
1 parent b516a94 commit 4ed4fd0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ readme-renderer~=24.0
grpcio-tools~=1.41.0
mypy-protobuf~=3.0.0
protobuf~=3.18.1
# temporary fix. we should update the jinja, flask deps
# See https://github.com/pallets/markupsafe/issues/282
# breaking change introduced in markupsafe causes jinja, flask to break
markupsafe==2.0.1
4 changes: 4 additions & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ flask~=1.0
opentracing~=2.2.0
thrift>=0.10.0
wrapt>=1.0.0,<2.0.0
# temporary fix. we should update the jinja, flask deps
# See https://github.com/pallets/markupsafe/issues/282
# breaking change introduced in markupsafe causes jinja, flask to break
markupsafe==2.0.1
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ deps =
# needed for example trace integration
flask~=1.1
requests~=2.7
# temporary fix. we should update the jinja, flask deps
# See https://github.com/pallets/markupsafe/issues/282
# breaking change introduced in markupsafe causes jinja, flask to break
markupsafe==2.0.1

commands_pre =
pip install -e {toxinidir}/opentelemetry-api \
Expand Down

0 comments on commit 4ed4fd0

Please sign in to comment.