This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8575
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 7a2d95f87b988fb64ba4e418b59d65cacc561cb8
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Feb 6 20:25:55 2025 +0000

    [#8575] 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.3 -> no upgrade
                certifi               2024.8.30 -> 2025.1.31
                charset-normalizer        3.4.0 -> 3.4.1
                idna                       3.10 -> no upgrade
                urllib3                   2.2.3 -> 2.3.0
            setuptools                   75.3.0 -> skipped
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 35171962e..a4f02f389 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -27,7 +27,7 @@ botocore==1.35.37
     #   boto3
     #   pymongo-auth-aws
     #   s3transfer
-certifi==2024.8.30
+certifi==2025.1.31
     # via
     #   httpcore
     #   httpx
@@ -38,7 +38,7 @@ cffi==1.17.1
     #   pymongocrypt
 cfgv==3.4.0
     # via pre-commit
-charset-normalizer==3.4.0
+charset-normalizer==3.4.1
     # via requests
 colander==1.8.3
     # via -r requirements.in
@@ -284,7 +284,7 @@ turbogears2==2.4.3
     # via -r requirements.in
 typing-extensions==4.12.2
     # via beautifulsoup4
-urllib3==1.26.20
+urllib3==2.3.0
     # via
     #   botocore
     #   requests

Reply via email to