From a0384b30603b071644fa9a371f731801697d334e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:07:09 +0000 Subject: [PATCH] build(deps): bump pillow from 10.3.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.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.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dd3b06..e896ec8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ mysql-connector-python == 9.0.0 notebook == 7.1.3 numpy == 1.26.4 pandas == 2.2.1 -pillow == 10.3.0 +pillow == 10.4.0 scikit-learn == 1.4.0 seaborn == 0.13.2 spacy == 3.7.4