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 cd9cb4ef9 latest version of ming which pulls in pymongocrypt and more 
deps
cd9cb4ef9 is described below

commit cd9cb4ef9a8c4698b0c5d118037f8033127577cb
Author: Dave Brondsema <[email protected]>
AuthorDate: Thu Oct 10 13:41:51 2024 -0400

    latest version of ming which pulls in pymongocrypt and more deps
---
 requirements.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 49 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index dc07146a2..db390a8c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,8 @@
 #
 activitystream==0.5.0
     # via -r requirements.in
+anyio==4.6.0
+    # via httpx
 beaker==1.13.0
     # via
     #   -r requirements.in
@@ -18,10 +20,23 @@ beautifulsoup4==4.12.3
     #   webtest
 bleach[css]==6.1.0
     # via pypeline
+boto3==1.35.37
+    # via pymongo-auth-aws
+botocore==1.35.37
+    # via
+    #   boto3
+    #   pymongo-auth-aws
+    #   s3transfer
 certifi==2024.7.4
-    # via requests
+    # via
+    #   httpcore
+    #   httpx
+    #   pymongo
+    #   requests
 cffi==1.16.0
-    # via cryptography
+    # via
+    #   cryptography
+    #   pymongocrypt
 cfgv==3.4.0
     # via pre-commit
 charset-normalizer==3.3.2
@@ -36,6 +51,7 @@ cryptography==43.0.1
     # via
     #   -r requirements.in
     #   joserfc
+    #   pymongocrypt
 decorator==5.1.1
     # via -r requirements.in
 diff-match-patch==20230430
@@ -74,15 +90,24 @@ gitpython==3.1.43
     # via -r requirements.in
 gunicorn==23.0.0
     # via -r requirements.in
+h11==0.14.0
+    # via httpcore
 html5lib==1.1
     # via
     #   -r requirements.in
     #   pypeline
     #   textile
+httpcore==1.0.6
+    # via httpx
+httpx==0.27.2
+    # via pymongocrypt
 identify==2.5.35
     # via pre-commit
 idna==3.7
-    # via requests
+    # via
+    #   anyio
+    #   httpx
+    #   requests
 inflection==0.5.1
     # via profanityfilter
 iniconfig==2.0.0
@@ -91,6 +116,10 @@ iso8601==1.1.0
     # via colander
 jinja2==3.1.4
     # via -r requirements.in
+jmespath==1.0.1
+    # via
+    #   boto3
+    #   botocore
 joserfc==0.9.0
     # via beaker-session-jwt
 markdown==3.6
@@ -108,7 +137,7 @@ markupsafe==2.1.5
     #   turbogears2
     #   webhelpers2
     #   werkzeug
-ming==0.14.0
+ming==0.15.0
     # via -r requirements.in
 mock==5.1.0
     # via -r requirements.in
@@ -121,6 +150,7 @@ oauthlib==3.2.2
 packaging==24.0
     # via
     #   gunicorn
+    #   pymongocrypt
     #   pytest
     #   pytest-sugar
 paginate==0.5.6
@@ -153,12 +183,16 @@ pycparser==2.22
     # via cffi
 pygments==2.17.2
     # via -r requirements.in
-pymongo==4.8.0
+pymongo[encryption]==4.8.0
     # via
     #   -r requirements.in
     #   activitystream
     #   beaker-session-jwt
     #   ming
+pymongo-auth-aws==1.3.0
+    # via pymongo
+pymongocrypt==1.11.0
+    # via pymongo
 pypeline[creole,markdown,rst,textile]==0.6.1
     # via -r requirements.in
 pypng==0.20220715.0
@@ -177,6 +211,7 @@ pytest-xdist==3.5.0
 python-dateutil==2.9.0.post0
     # via
     #   -r requirements.in
+    #   botocore
     #   easywidgets
 python-magic==0.4.27
     # via -r requirements.in
@@ -208,6 +243,8 @@ requests-oauthlib==2.0.0
     # via -r requirements.in
 ruff==0.3.7
     # via -r requirements.in
+s3transfer==0.10.3
+    # via boto3
 setproctitle==1.3.3
     # via -r requirements.in
 sgmllib3k==1.0.0
@@ -225,6 +262,10 @@ six==1.16.0
     #   webhelpers2
 smmap==5.0.1
     # via gitdb
+sniffio==1.3.1
+    # via
+    #   anyio
+    #   httpx
 soupsieve==2.5
     # via beautifulsoup4
 sxsdiff==0.3.0
@@ -246,7 +287,9 @@ turbogears2==2.4.3
 typing-extensions==4.9.0
     # via qrcode
 urllib3==2.2.2
-    # via requests
+    # via
+    #   botocore
+    #   requests
 virtualenv==20.26.6
     # via pre-commit
 waitress==2.1.2

Reply via email to