From 92179daf714e25b201dcc28d11857a0a2c211a7b Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 17 Oct 2024 08:45:36 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.1.2 --- 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 914bf9a..05b86b7 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==24.2 -numpy==2.1.1 +numpy==2.1.2 httpie==3.2.3 pyforgejo==1.0.2 # httpie restricts this, so we need to do the same