From b618b9b78a36159eb099bf9600519a3580d50343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:28:01 +0000 Subject: [PATCH] Bump pillow in /Projects/Cyber-Bully Tweets Classification App Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Projects/Cyber-Bully Tweets Classification App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Cyber-Bully Tweets Classification App/requirements.txt b/Projects/Cyber-Bully Tweets Classification App/requirements.txt index 7a9282c..31844b2 100644 --- a/Projects/Cyber-Bully Tweets Classification App/requirements.txt +++ b/Projects/Cyber-Bully Tweets Classification App/requirements.txt @@ -2,6 +2,6 @@ altair==4.2.0 nltk==3.7 numpy==1.22.0 pandas==1.4.4 -Pillow==10.0.1 +Pillow==10.3.0 scikit_learn==1.2.0 streamlit==1.12.0