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

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

commit 46c7a3b6db9d866f3ca268393c725fdd827f6a71
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Jul 31 18:18:39 2023 +0000

    [#8517] Upgrade pytest 7.3.1 -> 7.4.0, and its deps: 
iniconfig,packaging,pluggy
    
        pytest                            7.3.1 -> 7.4.0
            iniconfig                     2.0.0 -> no upgrade
            packaging                      23.1 -> no upgrade
            pluggy                        1.0.0 -> 1.2.0
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index dc001130d..57c591e5b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -122,7 +122,7 @@ pastescript==3.3.0
     # via -r requirements.in
 pillow==10.0.0
     # via -r requirements.in
-pluggy==1.0.0
+pluggy==1.2.0
     # via pytest
 profanityfilter==2.0.6
     # via -r requirements.in
@@ -141,7 +141,7 @@ pypng==0.20220715.0
     # via qrcode
 pysolr==3.9.0
     # via -r requirements.in
-pytest==7.3.1
+pytest==7.4.0
     # via
     #   -r requirements.in
     #   pytest-sugar

Reply via email to