This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8517 in repository https://gitbox.apache.org/repos/asf/allura.git
commit db61dee6b3475b78ab9c702ee72011e9625bccdd Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Jul 31 17:37:17 2023 +0000 [#8517] Upgrade GitPython 3.1.31 -> 3.1.32, and its deps: gitdb,smmap GitPython 3.1.31 -> 3.1.32 gitdb 4.0.10 -> no upgrade smmap 5.0.0 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3968bec5..b254c2561 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ genshi==0.7.7 # via creoleparser gitdb==4.0.10 # via gitpython -gitpython==3.1.31 +gitpython==3.1.32 # via -r requirements.in gunicorn==20.1.0 # via -r requirements.in
