diff --git a/requirements.txt b/requirements.txt index 5291349..3089750 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.2.0 +Pillow==10.3.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 6faa82d..0bf777c 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.2.0", + "pillow==10.3.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 14fcbad..f422f90 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.2.0 +Pillow==10.3.0 selenium==4.8.0 pandas==1.4.2 setuptools>=65.5.1