From 70dd2ba15a4e65ea0b66e81f786022ba12419ee0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 18:04:01 +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-6514866 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 704a631..5426cc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ psycopg2==2.9.3 pycodestyle==2.8.0 pyflakes==2.4.0 sqlparse==0.4.2 -Pillow==9.1.1 \ No newline at end of file +Pillow==10.3.0 \ No newline at end of file