From f2ed85790fedb1dcfe3fccccc497c6a0ba571e01 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 1 Aug 2023 14:58:14 +0200 Subject: [PATCH] [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 (#4090) Co-authored-by: snyk-bot --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b2e4684..7a457dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ # Base ---------------------------------------- matplotlib>=3.2.2 +numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability opencv-python>=4.6.0 pillow>=7.1.2 pyyaml>=5.3.1