Skip to content

Commit

Permalink
Dependencies: put upper limit markupsafe<2.1 (#5371)
Browse files Browse the repository at this point in the history
The latest release `markupsafe==2.1` breaks `jinja<3.0` and that in
turn breaks `sphinx<4.0`. Upgrading to `sphinx~=4.0` brings its own
problems with a whole host of new warnings that cannot be easily fixed
and so instead we are putting an upper limit on `markupsafe`.

Cherry-pick: 139f7d2
  • Loading branch information
sphuber committed Mar 7, 2022
1 parent 4f96680 commit 44da413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"docutils==0.15.2",
"pygments~=2.5",
"pydata-sphinx-theme~=0.4.0",
"markupsafe<2.1",
"sphinx~=3.2.1",
"sphinxcontrib-details-directive~=0.1.0",
"sphinx-panels~=0.5.0",
Expand Down

0 comments on commit 44da413

Please sign in to comment.