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

gcruz pushed a commit to branch gc/8570
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8570 by this push:
     new 4bc9ca7ff [#8570] requirements rebuilt with Python 3.9
4bc9ca7ff is described below

commit 4bc9ca7ff222ee6e6290c08dda86caf93a49d0a3
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Nov 7 12:13:38 2024 -0700

    [#8570] requirements rebuilt with Python 3.9
---
 requirements.txt | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index a80b296c7..b6756e822 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.9
 # by the following command:
 #
 #    pip-compile
@@ -31,6 +31,7 @@ certifi==2024.8.30
     # via
     #   httpcore
     #   httpx
+    #   pymongo
     #   requests
 cffi==1.16.0
     # via
@@ -67,6 +68,10 @@ easywidgets==0.4.1
     # via -r requirements.in
 emoji==2.14.0
     # via -r requirements.in
+exceptiongroup==1.2.2
+    # via
+    #   anyio
+    #   pytest
 execnet==2.0.2
     # via pytest-xdist
 faust-cchardet==2.1.19
@@ -107,6 +112,8 @@ idna==3.10
     #   anyio
     #   httpx
     #   requests
+importlib-metadata==8.5.0
+    # via markdown
 inflection==0.5.1
     # via profanityfilter
 iniconfig==2.0.0
@@ -138,7 +145,7 @@ markupsafe==3.0.2
     #   turbogears2
     #   webhelpers2
     #   werkzeug
-ming==0.15.1
+ming==0.15.0
     # via -r requirements.in
 mock==5.1.0
     # via -r requirements.in
@@ -183,7 +190,7 @@ pycparser==2.22
     # via cffi
 pygments==2.17.2
     # via -r requirements.in
-pymongo[encryption]==4.10.1
+pymongo[encryption]==4.8.0
     # via
     #   -r requirements.in
     #   activitystream
@@ -278,11 +285,15 @@ timermiddleware==0.6.3
     # via -r requirements.in
 tinycss2==1.1.1
     # via bleach
+tomli==2.0.2
+    # via pytest
 translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
-urllib3==2.2.3
+typing-extensions==4.12.2
+    # via anyio
+urllib3==1.26.20
     # via
     #   botocore
     #   requests
@@ -310,6 +321,8 @@ werkzeug==3.1.2
     # via -r requirements.in
 wrapt==1.16.0
     # via -r requirements.in
+zipp==3.20.2
+    # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:
 # setuptools

Reply via email to