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
commit 842fba4d2a4f03c5699161c7a4e002d37f0e2824 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Nov 6 00:18:49 2024 +0000 [#SF-9782] Upgrade pysolr 3.9.0 -> 3.10.0, and its deps: requests,certifi,charset-normalizer,idna,urllib3 pysolr 3.9.0 -> 3.10.0 requests 2.32.3 -> no upgrade certifi 2024.7.4 -> 2024.8.30 charset-normalizer 3.3.2 -> 3.4.0 idna 3.7 -> 3.10 urllib3 2.2.2 -> 2.2.3 --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22ac192ed..20c126705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ botocore==1.35.37 # boto3 # pymongo-auth-aws # s3transfer -certifi==2024.7.4 +certifi==2024.8.30 # via # httpcore # httpx @@ -38,7 +38,7 @@ cffi==1.16.0 # pymongocrypt cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests colander==1.8.3 # via -r requirements.in @@ -102,7 +102,7 @@ httpx==0.27.2 # via pymongocrypt identify==2.5.35 # via pre-commit -idna==3.7 +idna==3.10 # via # anyio # httpx @@ -197,7 +197,7 @@ pypeline[creole,markdown,rst,textile]==0.6.1 # via -r requirements.in pypng==0.20220715.0 # via qrcode -pysolr==3.9.0 +pysolr==3.10.0 # via -r requirements.in pytest==8.1.1 # via @@ -286,7 +286,7 @@ turbogears2==2.4.3 # via -r requirements.in typing-extensions==4.12.2 # via qrcode -urllib3==1.26.20 +urllib3==2.2.3 # via # botocore # requests
