From f0e7bf8c7ccc0c3cf9d1b20fe2e7cd1c102cdd39 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 21 Jun 2025 12:00:38 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.3.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 22002d6..8854423 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==25.1.1 -numpy==2.3.0 +numpy==2.3.1 httpie==3.2.4 pyforgejo==2.0.4 # httpie restricts this, so we need to do the same