From abf5708ae83cb1fe7181b6c2d24e163d46add8c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 16:28:26 +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-6182918 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a75b581..1019ee5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Pillow==8.3.2 \ No newline at end of file +Pillow==10.2.0 \ No newline at end of file