From 4cfbfd52b6a03911004f3887fe1050cdb085e8ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 23:57:17 +0000 Subject: [PATCH] fix: server/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 33df5f4..7cf76bc 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.8 gunicorn==19.9.0 django-rest-framework django-cors-headers==2.5.2 -Pillow==6.2.1 +Pillow==10.2.0 setuptools==40.8.0 python-decouple==3.1 psycopg2==2.7.5