From 831e20436b62e82602f208f7233099abe982602f Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 18 Jan 2025 23:00:22 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.2.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 7c07c99..e0bcf62 100644 --- a/images/python-script/requirements.txt +++ b/images/python-script/requirements.txt @@ -1,5 +1,5 @@ pip==24.3.1 -numpy==2.2.1 +numpy==2.2.2 httpie==3.2.4 pyforgejo==1.0.4 # httpie restricts this, so we need to do the same -- 2.45.3