You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/02/18 17:35:13 UTC

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

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

dill0wn pushed a commit to branch python3.7
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 7894c0033915f015ff3f0eade4d3cdf938b4ba22
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