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/12 15:53:15 UTC

[allura] 07/23: SF-6801 Upgrade GitPython 3.1.18 -> 3.1.27, and its deps: gitdb,smmap,typing-extensions

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 011d50dfb61996a515a1643911252a766b8cec2c
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 20:45:12 2022 +0000

    SF-6801 Upgrade GitPython 3.1.18 -> 3.1.27, and its deps: gitdb,smmap,typing-extensions
    
        GitPython                        3.1.18 -> 3.1.27
            gitdb                         4.0.7 -> 4.0.9
                smmap                     4.0.0 -> 5.0.0
            typing-extensions          3.10.0.2 -> 4.1.1
---
 requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 25c73f725..c95bcafeb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -52,9 +52,9 @@ future==0.17.1
     # via timermiddleware
 genshi==0.7.3
     # via creoleparser
-gitdb==4.0.7
+gitdb==4.0.9
     # via gitpython
-gitpython==3.1.18
+gitpython==3.1.27
     # via -r requirements.in
 gunicorn==20.1.0
     # via -r requirements.in
@@ -183,7 +183,7 @@ six==1.16.0
     #   qrcode
     #   textile
     #   webhelpers2
-smmap==4.0.0
+smmap==5.0.0
     # via gitdb
 soupsieve==2.3.2
     # via beautifulsoup4
@@ -197,7 +197,7 @@ translationstring==1.4
     # via colander
 turbogears2==2.3.12
     # via -r requirements.in
-typing-extensions==3.10.0.2
+typing-extensions==4.1.1
     # via
     #   gitpython
     #   importlib-metadata