Skip to content

Commit 369de2f

Browse files
committed
fix(deps): pin markupsafe==2.1.5 for CKAN 2.11 compatibility
CKAN 2.11.4 requires markupsafe==2.1.5; the open '>=2.0.1' bound let pipenv resolve 3.0.3, which makes dominate double-escape Markup labels and renders Font Awesome icons as escaped HTML in nav menus/buttons. Pin to 2.1.5 and re-lock.
1 parent a805cfe commit 369de2f

2 files changed

Lines changed: 937 additions & 860 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ setuptools = ">=65.0.0"
9393
raven = "==6.10.0"
9494
tableschema = "==1.20.2"
9595
frictionless = ">=5.0.0,<6.0.0"
96-
markupsafe = ">=2.0.1"
96+
markupsafe = "==2.1.5"
9797

9898
[dev-packages]
9999
# CKAN 2.11.4 dev dependencies

0 commit comments

Comments
 (0)