From fa6bdaeb9e9b18d16e9a30a7a72f4bc794be89d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:21:03 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.3.2 in /Code Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/requirements.txt b/Code/requirements.txt index 626440c..fd3c8ee 100644 --- a/Code/requirements.txt +++ b/Code/requirements.txt @@ -1,5 +1,5 @@ numpy==1.19.0 -pillow==7.2.0 +pillow==8.3.2 jupyter==1.0.0 ipython==7.17.0 h5py==2.10.0