From cbe37e87e764c9192c8b5f7d0d4c21087be9abc6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 13 Apr 2026 02:18:02 +0900 Subject: [PATCH] internal/rosa/python: pytest 9.0.2 to 9.0.3 Signed-off-by: Ophestra --- internal/rosa/python.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 417d8877..8013bda8 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -197,8 +197,8 @@ func init() { artifactsM[PythonPyTest] = newPypi( "pytest", 3765, "the pytest framework", - "9.0.2", "py3", "none", "any", - "IM2wDbLke1EtZhF92zvAjUl_Hms1uKDtM7U8Dt4acOaChMnDg1pW7ib8U0wYGDLH", + "9.0.3", "py3", "none", "any", + "57WLrIVOfyoRDjt5qD6LGOaDcDCtzQnKDSTUb7GzHyJDtry_nGHHs4-0tW0tiIJr", PythonIniConfig, PythonPackaging, PythonPluggy,