You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/02/23 21:39:43 UTC

[allura] 06/07: python3.7 - remove pin on GitPython for <= py3.6

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 f06ccf6e5bc12a2477fe5ea315940eaeab7d999f
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Feb 18 11:46:57 2022 -0500

    python3.7 - remove pin on GitPython for <= py3.6
---
 requirements.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/requirements.in b/requirements.in
index f62f95a..6b8fc92 100644
--- a/requirements.in
+++ b/requirements.in
@@ -11,8 +11,7 @@ emoji!=1.6.0
 feedgenerator
 feedparser
 FormEncode
-# 3.1.23 drops py36 support
-GitPython<=3.1.23
+GitPython
 html5lib
 Jinja2
 Markdown