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


The following commit(s) were added to refs/heads/master by this push:
     new 7e602764a [#8610] update req.txt to work on python 3.7 still
7e602764a is described below

commit 7e602764a67883d49736a72271987060dab47ecc
Author: Dave Brondsema <[email protected]>
AuthorDate: Thu Aug 17 14:06:50 2023 -0400

    [#8610] update req.txt to work on python 3.7 still
---
 requirements.txt | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 51c0f788a..47d6b44aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.7
 # by the following command:
 #
 #    pip-compile
@@ -18,7 +18,7 @@ certifi==2023.7.22
     # via requests
 cffi==1.15.1
     # via cryptography
-cfgv==3.4.0
+cfgv==3.3.1
     # via pre-commit
 charset-normalizer==3.1.0
     # via requests
@@ -71,15 +71,18 @@ html5lib==1.1
     #   -r requirements.in
     #   pypeline
     #   textile
-identify==2.5.26
+identify==2.5.24
     # via pre-commit
 idna==3.4
     # via requests
 importlib-metadata==6.6.0
     # via
+    #   gunicorn
     #   markdown
     #   pluggy
+    #   pre-commit
     #   pytest
+    #   virtualenv
 inflection==0.5.1
     # via profanityfilter
 iniconfig==2.0.0
@@ -133,10 +136,10 @@ pastescript==3.3.0
     # via -r requirements.in
 pillow==9.5.0
     # via -r requirements.in
-pluggy==1.2.0
-    # via pytest
 platformdirs==3.10.0
     # via virtualenv
+pluggy==1.2.0
+    # via pytest
 pre-commit==2.21.0
     # via -r requirements.in
 profanityfilter==2.0.6
@@ -239,10 +242,11 @@ translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
-typing-extensions==4.5.0
+typing-extensions==4.7.1
     # via
     #   gitpython
     #   importlib-metadata
+    #   platformdirs
     #   qrcode
 urllib3==1.26.15
     # via requests

Reply via email to