From 1024b01c60017c6022158bf0d4ec5bbf7dbd96bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:50:51 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.0.1 in /python3.9 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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.0.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3.9/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.9/requirements.txt b/python3.9/requirements.txt index d52a96c..9e1d2cd 100644 --- a/python3.9/requirements.txt +++ b/python3.9/requirements.txt @@ -30,7 +30,7 @@ scipy == 1.7.3 pandas == 1.3.5 # packages for image processing -Pillow == 9.0.1 +Pillow == 10.0.1 # IBM specific python modules ibm_db == 3.1.1