From 683a2e351bebe274b2177a005f5d45da94e77b66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 16:38:37 +0000 Subject: [PATCH] fix: requirements/development.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 7b6ca3ffb7a5..c43d2c7bda6c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -42,7 +42,7 @@ mysqlclient==1.4.2.post1 # via -r requirements/development.in openpyxl==3.0.5 # via tabulator -pillow==7.2.0 +pillow==10.0.1 # via -r requirements/development.in psycopg2-binary==2.8.5 # via -r requirements/development.in