This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8557 in repository https://gitbox.apache.org/repos/asf/allura.git
commit b94e1b842b1d33b140c1ffbdb84f061fa34d4c3a Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Thu Apr 18 00:20:04 2024 +0000 [#8557] Upgrade pytest-sugar 0.9.7 -> 1.0.0, and its deps: packaging,pytest,iniconfig,packaging,pluggy,termcolor pytest-sugar 0.9.7 -> 1.0.0 packaging 23.2 -> 24.0 pytest 7.4.4 -> 8.1.1 iniconfig 2.0.0 -> no upgrade packaging 23.2 -> 24.0 pluggy 1.3.0 -> 1.4.0 termcolor 2.4.0 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97325bc5b..dc3738d44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -165,7 +165,7 @@ pytest==8.1.1 # -r requirements.in # pytest-sugar # pytest-xdist -pytest-sugar==0.9.7 +pytest-sugar==1.0.0 # via -r requirements.in pytest-xdist==3.5.0 # via -r requirements.in