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

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

commit fb3da1f76433d435613b14c8134f4c7941e1fef0
Author: Dillon Walls <dillon.wa...@slashdotmedia.com>
AuthorDate: Fri Jan 12 16:23:40 2024 +0000

    [#8535] Upgrade GitPython 3.1.37 -> 3.1.41, and its deps: gitdb,smmap
    
        GitPython                        3.1.37 -> 3.1.41
            gitdb                        4.0.10 -> 4.0.11
                smmap                     5.0.1 -> no upgrade
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 585b17c40..740f743ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -66,9 +66,9 @@ formencode==2.1.0
     #   easywidgets
 genshi==0.7.7
     # via creoleparser
-gitdb==4.0.10
+gitdb==4.0.11
     # via gitpython
-gitpython==3.1.37
+gitpython==3.1.41
     # via -r requirements.in
 gunicorn==21.2.0
     # via -r requirements.in
@@ -220,7 +220,7 @@ six==1.16.0
     #   python-dateutil
     #   sxsdiff
     #   webhelpers2
-smmap==5.0.0
+smmap==5.0.1
     # via gitdb
 soupsieve==2.4.1
     # via beautifulsoup4

Reply via email to