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 16d0fcb594880df57fe4974eb28fb0130e76571c Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Apr 30 01:54:47 2025 +0000 [#8578] Upgrade pytest-sugar 1.0.0 -> no upgrade, and its deps: packaging,pytest,iniconfig,packaging,pluggy,termcolor pytest-sugar 1.0.0 -> no upgrade packaging 24.2 -> 25.0 pytest 8.3.4 -> 8.3.5 iniconfig 2.0.0 -> 2.1.0 packaging 24.2 -> 25.0 pluggy 1.5.0 -> no upgrade termcolor 2.5.0 -> 3.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c020170ff..b8ca72101 100644 --- a/requirements.txt +++ b/requirements.txt @@ -289,7 +289,7 @@ soupsieve==2.7 # via beautifulsoup4 sxsdiff==0.3.0 # via -r requirements.in -termcolor==2.5.0 +termcolor==3.0.1 # via pytest-sugar testfixtures==8.1.0 # via -r requirements.in
