You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/04/18 19:51:13 UTC

[allura] 08/24: [#8246] Upgrade markdown 3.3.6 -> no upgrade, and its deps: importlib-metadata,typing-extensions,zipp

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 9877952bfea71c3115c358449190ef41ac4fabe9
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:46:00 2022 +0000

    [#8246] Upgrade markdown 3.3.6 -> no upgrade, and its deps: importlib-metadata,typing-extensions,zipp
    
        markdown                          3.3.6 -> no upgrade
            importlib-metadata           4.10.1 -> 4.11.3
                typing-extensions      3.10.0.2 -> 4.1.1
                zipp                      3.5.0 -> 3.8.0
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index d989fa9e0..95620ef9e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,7 +67,7 @@ httplib2==0.19.0
     # via oauth2
 idna==3.2
     # via requests
-importlib-metadata==4.8.3
+importlib-metadata==4.11.3
     # via markdown
 inflection==0.5.1
     # via profanityfilter
@@ -224,7 +224,7 @@ werkzeug==2.0.2
     # via -r requirements.in
 wrapt==1.11.2
     # via -r requirements.in
-zipp==3.6.0
+zipp==3.8.0
     # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file: