This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 29858460e233b7705c1b84db323314fa70670958 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
