This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8509 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 3e5b63e691620ccd9dda30a1814fbc3631b323fd Author: Guillermo Cruz <[email protected]> AuthorDate: Wed May 3 17:05:55 2023 +0000 [#8509] Upgrade markdown 3.3.7 -> 3.4.3, and its deps: importlib-metadata,typing-extensions,zipp markdown 3.3.7 -> 3.4.3 importlib-metadata 6.5.0 -> 6.6.0 typing-extensions 4.5.0 -> no upgrade zipp 3.15.0 -> no upgrade --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36f10b49a..c290f9f9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,7 +65,7 @@ html5lib==1.1 # textile idna==3.4 # via requests -importlib-metadata==6.5.0 +importlib-metadata==6.6.0 # via # markdown # pluggy @@ -78,7 +78,7 @@ iso8601==1.1.0 # via colander jinja2==3.1.2 # via -r requirements.in -markdown==3.3.7 +markdown==3.4.3 # via # -r requirements.in # markdown-checklist
