This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8578 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 3e9015687b035315de60ebd4271784c4cf4f7592 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Apr 30 01:49:05 2025 +0000 [#8578] Upgrade Markdown 3.7 -> 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94f8c15e1..0e74f7107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -139,7 +139,7 @@ legacy-cgi==2.6.2 ; python_full_version >= '3.13' # webob lxml==5.4.0 # via -r requirements.in -markdown==3.7 +markdown==3.8 # via # -r requirements.in # markdown-checklist
