From b8908dd3056295829a0a38461acad9ea25d412d4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 3 Sep 2024 15:30:10 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.1.1 --- 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 e22ddb2..914bf9a 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==24.2 -numpy==2.1.0 +numpy==2.1.1 httpie==3.2.3 pyforgejo==1.0.2 # httpie restricts this, so we need to do the same -- 2.45.3