This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8586 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4fe0b56e3624e80de35552b1688685898e763f07 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:33:30 2025 +0000 [#8586] Upgrade boto3 1.39.4 -> 1.40.51, and its deps: botocore,jmespath,python-dateutil,six,urllib3,jmespath,s3transfer,botocore,jmespath,python-dateutil,six,urllib3 boto3 1.39.4 -> 1.40.51 botocore 1.39.4 -> 1.40.51 jmespath 1.0.1 -> no upgrade python-dateutil 2.9.0.post0 -> 2.9.0. six 1.17.0 -> no upgrade urllib3 2.5.0 -> no upgrade jmespath 1.0.1 -> no upgrade s3transfer 0.13.0 -> 0.14.0 botocore 1.39.4 -> 1.40.51 jmespath 1.0.1 -> no upgrade python-dateutil 2.9.0.post0 -> 2.9.0. six 1.17.0 -> no upgrade urllib3 2.5.0 -> no upgrade --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a24e784f9..575a767d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,9 @@ beautifulsoup4==4.14.2 # webtest bleach==6.2.0 # via pypeline -boto3==1.35.37 +boto3==1.40.51 # via pymongo-auth-aws -botocore==1.35.37 +botocore==1.40.51 # via # boto3 # pymongo-auth-aws @@ -261,7 +261,7 @@ requests-oauthlib==2.0.0 # via -r requirements.in ruff==0.14.0 # via -r requirements.in -s3transfer==0.10.3 +s3transfer==0.14.0 # via boto3 setproctitle==1.3.7 # via -r requirements.in
