From 6e52cb5d1b830b661a679cf450a9f977de85d727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:18:42 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /python3.11 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3.11/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.11/requirements.txt b/python3.11/requirements.txt index 1a191b7..b8fe37a 100644 --- a/python3.11/requirements.txt +++ b/python3.11/requirements.txt @@ -30,7 +30,7 @@ scipy == 1.10.1 pandas == 1.5.3 # packages for image processing -Pillow == 9.4.0 +Pillow == 10.0.1 # IBM specific python modules ibm_db == 3.1.4