This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8586 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 9c32c76739681b0531f2b1393c1f7fb497ff6104 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:31:26 2025 +0000 [#8586] Upgrade pytest-sugar 1.0.0 -> 1.1.1, and its deps: packaging,pytest,iniconfig,packaging,pluggy,Pygments,termcolor pytest-sugar 1.0.0 -> 1.1.1 packaging 25.0 -> no upgrade pytest 8.4.1 -> 8.4.2 iniconfig 2.1.0 -> no upgrade packaging 25.0 -> no upgrade pluggy 1.6.0 -> no upgrade Pygments 2.19.2 -> no upgrade termcolor 3.1.0 -> no upgrade --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce48d7c8d..165a5ac13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -169,7 +169,6 @@ packaging==25.0 # gunicorn # pymongocrypt # pytest - # pytest-sugar paginate==0.5.7 # via -r requirements.in passlib==1.7.4 @@ -224,7 +223,7 @@ pytest==8.4.2 # -r requirements.in # pytest-sugar # pytest-xdist -pytest-sugar==1.0.0 +pytest-sugar==1.1.1 # via -r requirements.in pytest-xdist==3.8.0 # via -r requirements.in
