From 91fd91a09d25cb748dad081bb901e8737aa760e8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 8 Dec 2024 15:30:54 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.2.0 --- images/python-script/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python-script/requirements.txt b/images/python-script/requirements.txt index ba562ee..fc333c7 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==24.3.1 -numpy==2.1.3 +numpy==2.2.0 httpie==3.2.4 pyforgejo==1.0.4 # httpie restricts this, so we need to do the same -- 2.45.3