This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8474 in repository https://gitbox.apache.org/repos/asf/allura.git
commit f6e6c9bead886d529de32417a68219daf26af1f5 Author: Guillermo Cruz <[email protected]> AuthorDate: Thu Oct 27 10:57:39 2022 -0600 [#8474] pinned Markdown to 3.3.7 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 972f42ebf..2d3fae1a3 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ FormEncode GitPython html5lib Jinja2 -Markdown +Markdown==3.3.7 markdown-checklist MarkupSafe!=2.1.1 Ming diff --git a/requirements.txt b/requirements.txt index 1b749fd57..2fa73a9f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ iso8601==1.1.0 # via colander jinja2==3.1.2 # via -r requirements.in -markdown==3.4.1 +markdown==3.3.7 # via # -r requirements.in # markdown-checklist
