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 560c8522a93141fab46925a077fca6f1a3fff4df Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:24:03 2025 +0000 [#8586] Upgrade pysolr 3.10.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3,setuptools pysolr 3.10.0 -> no upgrade requests 2.32.4 -> 2.32.5 certifi 2025.7.9 -> 2025.10.5 charset-normalizer 3.4.2 -> 3.4.4 idna 3.10 -> 3.11 urllib3 2.5.0 -> no upgrade setuptools 80.9.0 -> skipped --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1b3265b1..b373e2118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ botocore==1.35.37 # boto3 # pymongo-auth-aws # s3transfer -certifi==2025.7.9 +certifi==2025.10.5 # via # httpcore # httpx @@ -41,7 +41,7 @@ cffi==2.0.0 # pymongocrypt cfgv==3.4.0 # via pre-commit -charset-normalizer==3.4.2 +charset-normalizer==3.4.4 # via requests colander==1.8.3 # via -r requirements.in @@ -112,7 +112,7 @@ httpx==0.27.2 # via pymongocrypt identify==2.6.12 # via pre-commit -idna==3.10 +idna==3.11 # via # anyio # httpx @@ -253,7 +253,7 @@ regex-as-re-globally==0.0.6 # via -r requirements.in repoze-lru==0.7 # via turbogears2 -requests==2.32.4 +requests==2.32.5 # via # -r requirements.in # pysolr
