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 e59b1bb0290d8e031c7f341aebea605fa9024ecc
Author: Guillermo Cruz <[email protected]>
AuthorDate: Wed Nov 6 00:21:07 2024 +0000

    [#SF-9782] Upgrade qrcode 7.4.2 -> 8.0, and its deps: 
pypng,typing_extensions
    
        qrcode                            7.4.2 -> 8.0
            pypng                    0.20220715.0 -> skipped
            typing_extensions            4.12.2 -> no upgrade
---
 requirements.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 20c126705..981698f8b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -195,8 +195,6 @@ pymongocrypt==1.11.0
     # via pymongo
 pypeline[creole,markdown,rst,textile]==0.6.1
     # via -r requirements.in
-pypng==0.20220715.0
-    # via qrcode
 pysolr==3.10.0
     # via -r requirements.in
 pytest==8.1.1
@@ -224,7 +222,7 @@ pytz==2024.2
     #   ming
 pyyaml==6.0.1
     # via pre-commit
-qrcode==7.4.2
+qrcode==8.0
     # via -r requirements.in
 regex==2024.4.16
     # via
@@ -284,8 +282,6 @@ translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
-typing-extensions==4.12.2
-    # via qrcode
 urllib3==2.2.3
     # via
     #   botocore

Reply via email to