Skip to content

Commit

Permalink
Pin markupsafe
Browse files Browse the repository at this point in the history
This dependency updated in 2022 to no longer have the method "soft_unicode".
Because we are pinned to a jinja2 version we must also pin to the last compatible
markupsafe version for now.
  • Loading branch information
kevinconway authored Feb 23, 2023
1 parent 3163158 commit 043e5dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jinja2==2.11.3
markupsafe==2.0.1
venvctrl>=0.5.0,<2.0.0
confpy>=0.11.0,<2.0.0
semver>=2.9.1,<3.0.0
semver>=2.9.1,<3.0.0

0 comments on commit 043e5dc

Please sign in to comment.