This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8522 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 2a0b3a84cfb9d901847ea37b05c53bfd581aed98 Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Oct 16 15:54:24 2023 +0000 [#8522] Upgrade Markdown 3.4.4 -> 3.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf3a0b8d1..bb9e09941 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ iso8601==1.1.0 # via colander jinja2==3.1.2 # via -r requirements.in -markdown==3.4.4 +markdown==3.5 # via # -r requirements.in # markdown-checklist
