From 64cd3ca1e338a14d30a19325236371c69715939e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 22 Jan 2024 21:55:06 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.22.0 [security] --- products/language/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/language/python/requirements.txt b/products/language/python/requirements.txt index 263e56c..7ec198f 100644 --- a/products/language/python/requirements.txt +++ b/products/language/python/requirements.txt @@ -1,3 +1,3 @@ google-cloud-language==2.9.1 numpy==1.24.3; python_version > '3.7' -numpy==1.21.6; python_version == '3.7' +numpy==1.22.0; python_version == '3.7'