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 <dillon.wa...@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