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 fd1c56ed82986d10f4e7f8fc38e7ab081d8563e1 Author: Dave Brondsema <[email protected]> AuthorDate: Wed Feb 12 17:23:16 2025 -0500 [#8575] upgrade pymongo and pymongocrypt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 824c08cc6..1be12d25b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -201,7 +201,7 @@ pycparser==2.22 # via cffi pygments==2.19.1 # via -r requirements.in -pymongo[encryption]==4.10.1 +pymongo[encryption]==4.11.1 # via # -r requirements.in # activitystream @@ -209,7 +209,7 @@ pymongo[encryption]==4.10.1 # ming pymongo-auth-aws==1.3.0 # via pymongo -pymongocrypt==1.11.0 +pymongocrypt==1.12.2 # via pymongo pypeline[creole,markdown,rst,textile]==0.7.0 # via -r requirements.in
