diff --git a/requirements.txt b/requirements.txt index dbb0429..5291349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ tensorflow>=2.11.1 nltk==3.7 bs4==0.0.1 scikit-learn==1.2.2 -Pillow==10.0.1 +Pillow==10.2.0 selenium==4.8.0 wheel==0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability pandas==1.4.2 diff --git a/setup.py b/setup.py index b9523c0..6faa82d 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def run_tests(self): "joblib==1.2.0", "selenium==4.8.0", "webdriver_manager==3.8.5", - "pillow==10.0.1", + "pillow==10.2.0", ], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, diff --git a/streamlit/requirements.txt b/streamlit/requirements.txt index ca77990..14fcbad 100644 --- a/streamlit/requirements.txt +++ b/streamlit/requirements.txt @@ -7,7 +7,7 @@ tensorflow>=2.11.1 nltk==3.7 bs4==0.0.1 scikit-learn >=1.2.1 -Pillow==10.0.1 +Pillow==10.2.0 selenium==4.8.0 pandas==1.4.2 setuptools>=65.5.1