This is an automated email from the ASF dual-hosted git repository. kentontaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit f6ce0e1959b4dde373fd2a19adea4dc0c45b0573 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:23:08 2025 +0000 [#8586] Upgrade Markdown 3.8.2 -> 3.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e5a76f88..3283491ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -137,7 +137,7 @@ legacy-cgi==2.6.2 ; python_full_version >= '3.13' # webob lxml==6.0.2 # via -r requirements.in -markdown==3.8.2 +markdown==3.9 # via # -r requirements.in # markdown-checklist
