This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8535 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 2e36837fcae1cb619b2e3d264d8c5c4ac4252059 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