From 5fb49be5d752c0ed665bdb337a62f4fb4ae93246 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 May 2023 03:53:21 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5489784 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e213a7e..7301b32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ packaging==21.3 # matplotlib # pytest # sphinx -pillow==9.2.0 +pillow==9.4.0 # via # imageio # matplotlib