From c9fe2ac325abd9ee6e2824ec225f892bcfc99c28 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Wed, 30 Oct 2024 11:02:13 -0400 Subject: [PATCH] pin marksafe to 2 --- requirements.in.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.in.txt b/requirements.in.txt index 942f4578..b6c95ade 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -98,4 +98,8 @@ urllib3>=1.26.19 certifi>=2024.7.4 cryptography>=43.0.1 -setuptools~=71.0.3 \ No newline at end of file +setuptools~=71.0.3 + +# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user +# https://github.com/GSA/data.gov/issues/4954 +MarkupSafe==2.* \ No newline at end of file