From 241538aea0f0ab2166ab9b1f8e6a230cd1db67cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:15:51 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.3.0 in /icat Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.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/8.4.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- icat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icat/requirements.txt b/icat/requirements.txt index fada479..31c5e88 100644 --- a/icat/requirements.txt +++ b/icat/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.2.2 -Pillow==8.4.0 +Pillow==9.3.0 python-dateutil==2.8.1 requests==2.24.0 jupyter==1.0.0