You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2022/11/02 18:11:45 UTC

[allura] 03/15: [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp

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 f77ad346c79f3bba5d6239cf90d0431b5b67f2c4
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Oct 26 21:12:51 2022 +0000

    [#8474] Upgrade markdown 3.3.7 -> 3.4.1, and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.7 -> 3.4.1
            importlib-metadata           4.12.0 -> 4.13.0 (OUTDATED! latest is: 5.0.0)
                typing-extensions         4.3.0 -> 4.4.0
                zipp                      3.8.1 -> 3.10.0
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index abc59b44b..7e5e2c27c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -63,7 +63,7 @@ html5lib==1.1
     #   textile
 idna==3.3
     # via requests
-importlib-metadata==4.12.0
+importlib-metadata==4.13.0
     # via
     #   -r requirements.in
     #   markdown
@@ -73,7 +73,7 @@ iso8601==1.0.2
     # via colander
 jinja2==3.1.2
     # via -r requirements.in
-markdown==3.3.7
+markdown==3.4.1
     # via
     #   -r requirements.in
     #   markdown-checklist
@@ -218,7 +218,7 @@ werkzeug==2.1.2
     # via -r requirements.in
 wrapt==1.14.1
     # via -r requirements.in
-zipp==3.8.0
+zipp==3.10.0
     # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file: