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

[allura] 09/19: SF-6801 Upgrade Pypeline 0.5.3 -> no upgrade, and its deps: bleach,packaging,pyparsing,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,six,docutils

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

dill0wn pushed a commit to branch dw/8426
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 92aad2113a509aecfb67b0c6f7bf09d94399e0f6
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:50:53 2022 +0000

    SF-6801 Upgrade Pypeline 0.5.3 -> no upgrade, and its deps: bleach,packaging,pyparsing,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,six,docutils
    
        Pypeline                          0.5.3 -> no upgrade
            bleach                        4.1.0 -> 5.0.0
                packaging                  21.0 -> 21.3
                    pyparsing             2.4.7 -> no upgrade (OUTDATED! latest is: 3.0.7)
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            html5lib                        1.1 -> no upgrade
                six                      1.16.0 -> no upgrade
                webencodings              0.5.1 -> no upgrade
            Creoleparser                  0.7.5 -> no upgrade
                Genshi                    0.7.3 -> 0.7.6
                six                      1.16.0 -> no upgrade
            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
            textile                       3.0.4 -> 4.0.2
                html5lib                    1.1 -> no upgrade
                    six                  1.16.0 -> no upgrade
                    webencodings          0.5.1 -> no upgrade
                six                      1.16.0 -> no upgrade
            docutils                     0.17.1 -> 0.18.1
---
 requirements.txt | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 6cd0ece8b..be52427c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ beautifulsoup4==4.11.0
     # via
     #   -r requirements.in
     #   webtest
-bleach==4.1.0
+bleach==5.0.0
     # via pypeline
 cchardet==2.1.7
     # via -r requirements.in
@@ -34,7 +34,7 @@ datadiff==2.0.0
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in
-docutils==0.17.1
+docutils==0.18.1
     # via pypeline
 easywidgets==0.3.6
     # via -r requirements.in
@@ -50,7 +50,7 @@ formencode==2.0.1
     #   easywidgets
 future==0.17.1
     # via timermiddleware
-genshi==0.7.3
+genshi==0.7.6
     # via creoleparser
 gitdb==4.0.9
     # via gitpython
@@ -97,8 +97,7 @@ https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d926
     # via -r requirements.in
 oauthlib==3.0.2
     # via requests-oauthlib
-packaging==21.0
-    # via bleach
+packaging==21.3
 paginate==0.5.6
     # via -r requirements.in
 paste==3.5.0
@@ -151,7 +150,9 @@ pytz==2022.1
 qrcode==6.1
     # via -r requirements.in
 regex==2022.3.2
-    # via regex-as-re-globally
+    # via
+    #   regex-as-re-globally
+    #   textile
 regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze.lru==0.7
@@ -174,6 +175,7 @@ six==1.16.0
     #   creoleparser
     #   easywidgets
     #   formencode
+    #   genshi
     #   html5lib
     #   ming
     #   mock
@@ -181,7 +183,6 @@ six==1.16.0
     #   pastescript
     #   python-dateutil
     #   qrcode
-    #   textile
     #   webhelpers2
 smmap==5.0.0
     # via gitdb
@@ -189,7 +190,7 @@ soupsieve==2.3.2
     # via beautifulsoup4
 testfixtures==6.10.0
     # via -r requirements.in
-textile==3.0.4
+textile==4.0.2
     # via pypeline
 timermiddleware==0.5.2
     # via -r requirements.in