diff --git a/requirements.txt b/requirements.txt index 4aee108b..d4eac4b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ nltk==3.3 pandas==0.23.4 requests==2.19.1 opencv-python==3.4.3.18 -Pillow==5.2.0 +Pillow==9.3.0 matplotlib==2.2.3 diff --git a/setup.py b/setup.py index d6394059..4bee8f6f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pandas==0.23.4', 'requests==2.19.1', 'opencv-python==3.4.3.18', - 'Pillow==5.2.0', + 'Pillow==9.3.0', 'matplotlib==2.2.3'] tests_require=[