From dcbed55857be1e5b3a1dff5a3cca9c505b2990f3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 13 Feb 2025 16:47:33 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.2.3 --- 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 a69dfe5..ef42c75 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==25.0 -numpy==2.2.2 +numpy==2.2.3 httpie==3.2.4 pyforgejo==1.0.4 # httpie restricts this, so we need to do the same -- 2.45.3