Skip to content

Commit 34596e0

Browse files
committed
pin MarkupSafe
1 parent 54d268c commit 34596e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ckan/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,6 @@ numpy==1.26.4
118118

119119
# snyk finding
120120
setuptools~=71.0.3
121+
122+
# Pin MarkupSafe to avoid button issue for logged in user
123+
MarkupSafe==2.*

ckan/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jsonschema==2.4.0
5353
lxml==5.1.0
5454
Mako==1.3.9
5555
Markdown==3.6
56-
MarkupSafe==3.0.2
56+
MarkupSafe==2.1.5
5757
messytables==0.15.2
5858
msgspec==0.18.6
5959
mypy==1.15.0

0 commit comments

Comments
 (0)