From ba77b5c42e409b67b580baa011a348f42eae20cb Mon Sep 17 00:00:00 2001 From: Mukul Chandrakant Mahadik Date: Fri, 5 Apr 2024 14:25:53 -0700 Subject: [PATCH] Update requirements.txt Changed pillow version to 10.3.0 Editing online manually to test if Github action still works after re-adding image_build_push.yml file. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0b85a8..c5c49ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ dash_extensions==0.1.13 #dashboard_setup/nrel_dash_components-0.0.1.tar.gz # for docker-compose pylint==2.17.2 qrcode==7.4.2 -pillow==10.0.1 +pillow==10.3.0 requests==2.31.0 python-jose==3.3.0 flask==2.2.5