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 50f1f79e7275b1fb05fcbdecd95977faa8b35003 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:29:49 2025 +0000 [#8586] Upgrade pytest 8.4.1 -> 8.4.2, and its deps: iniconfig,packaging,pluggy,Pygments 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a663f516e..ce48d7c8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -219,7 +219,7 @@ pypeline==0.7.0 # via -r requirements.in pysolr==3.10.0 # via -r requirements.in -pytest==8.4.1 +pytest==8.4.2 # via # -r requirements.in # pytest-sugar
