From 9baf1c176ace692f52e0c8641144c6cdf496cdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:53:19 +0000 Subject: [PATCH] build(deps): bump pillow from 9.3.0 to 10.0.1 in /ageDetection Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [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/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ageDetection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ageDetection/requirements.txt b/ageDetection/requirements.txt index c0ac73c..c9a1ed2 100644 --- a/ageDetection/requirements.txt +++ b/ageDetection/requirements.txt @@ -7,5 +7,5 @@ matplotlib==3.2.1 argparse==1.1 scipy==1.10.0 scikit-learn==0.23.1 -pillow==9.3.0 +pillow==10.0.1 streamlit