From 5fbddafef32adfd2c3aa6a264ffdc77221c5c254 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 4 Nov 2023 19:55:43 +0100 Subject: [PATCH] [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0 (#12323) fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904 Signed-off-by: Glenn Jocher Co-authored-by: snyk-bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63f4a9125415..a61e8e26fdfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ gitpython>=3.1.30 matplotlib>=3.3 numpy>=1.22.2 opencv-python>=4.1.1 -Pillow>=10.0.1 +Pillow>=10.0.0 psutil # system resources PyYAML>=5.3.1 requests>=2.23.0