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 9817c5e0172c4d49cfbe11447261c0d37294b8c6 Author: Guillermo Cruz <[email protected]> AuthorDate: Thu Feb 6 19:37:37 2025 +0000 [#8575] Upgrade GitPython 3.1.43 -> 3.1.44, and its deps: gitdb,smmap GitPython 3.1.43 -> 3.1.44 gitdb 4.0.11 -> 4.0.12 smmap 5.0.1 -> 5.0.2 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f8e73b9b..f5fed3d78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,9 +83,9 @@ formencode==2.1.1 # easywidgets genshi==0.7.7 # via creoleparser -gitdb==4.0.11 +gitdb==4.0.12 # via gitpython -gitpython==3.1.43 +gitpython==3.1.44 # via -r requirements.in gunicorn==23.0.0 # via -r requirements.in @@ -258,7 +258,7 @@ six==1.17.0 # python-dateutil # sxsdiff # webhelpers2 -smmap==5.0.1 +smmap==5.0.2 # via gitdb sniffio==1.3.1 # via
