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

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

commit ba71630ad7a8ee1c2e3574aee39f4c98b75e4902
Author: Guillermo Cruz <[email protected]>
AuthorDate: Wed Apr 30 01:55:05 2025 +0000

    [#8578] Upgrade pre_commit 4.1.0 -> 4.2.0, and its deps: 
cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs
    
        pre_commit                        4.1.0 -> 4.2.0
            cfgv                          3.4.0 -> no upgrade
            identify                      2.6.7 -> 2.6.10
            nodeenv                       1.9.1 -> no upgrade
            PyYAML                        6.0.2 -> no upgrade
            virtualenv                  20.29.2 -> 20.30.0
                distlib                   0.3.9 -> no upgrade
                filelock                 3.17.0 -> 3.18.0
                platformdirs              4.3.6 -> 4.3.7
---
 requirements.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index b8ca72101..757ba84c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -86,7 +86,7 @@ feedgenerator==2.1.0
     # via -r requirements.in
 feedparser==6.0.11
     # via -r requirements.in
-filelock==3.17.0
+filelock==3.18.0
     # via virtualenv
 formencode==2.1.1
     # via
@@ -110,7 +110,7 @@ httpcore==1.0.9
     # via httpx
 httpx==0.27.2
     # via pymongocrypt
-identify==2.6.7
+identify==2.6.10
     # via pre-commit
 idna==3.10
     # via
@@ -189,11 +189,11 @@ pastescript==3.7.0
     # via -r requirements.in
 pillow==11.2.1
     # via -r requirements.in
-platformdirs==4.3.6
+platformdirs==4.3.7
     # via virtualenv
 pluggy==1.5.0
     # via pytest
-pre-commit==4.1.0
+pre-commit==4.2.0
     # via -r requirements.in
 profanityfilter==2.1.0
     # via -r requirements.in
@@ -317,7 +317,7 @@ urllib3==2.4.0 ; python_full_version >= '3.10'
     # via
     #   botocore
     #   requests
-virtualenv==20.29.2
+virtualenv==20.30.0
     # via pre-commit
 waitress==3.0.2
     # via webtest

Reply via email to