You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2023/04/21 19:18:52 UTC

[allura] 10/18: [#8507] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3

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

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

commit b789b3f5131aa1445115b923261604dcad68427e
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:58:52 2023 +0000

    [#8507] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3
    
        pysolr                            3.9.0 -> no upgrade
            requests                     2.28.2 -> no upgrade
                certifi               2022.12.7 -> no upgrade
                charset-normalizer        3.0.1 -> 3.1.0
                idna                        3.4 -> no upgrade
                urllib3                 1.26.14 -> 1.26.15
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0a0d6715c..eefb702c8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,7 +20,7 @@ certifi==2022.12.7
     # via requests
 cffi==1.15.1
     # via cryptography
-charset-normalizer==2.1.1
+charset-normalizer==3.1.0
     # via requests
 colander==1.8.3
     # via -r requirements.in
@@ -171,7 +171,7 @@ regex-as-re-globally==0.0.2
     # via -r requirements.in
 repoze-lru==0.7
     # via turbogears2
-requests==2.28.1
+requests==2.28.2
     # via
     #   -r requirements.in
     #   pysolr
@@ -221,7 +221,7 @@ typing-extensions==4.5.0
     # via
     #   gitpython
     #   importlib-metadata
-urllib3==1.26.12
+urllib3==1.26.15
     # via requests
 waitress==2.1.2
     # via webtest