From b661d0c92d507dfc0dd6e0f7aec2fc1712135a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:00:27 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 8.1.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.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/8.0.1...8.1.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf298e8..9c0445f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "h5py~=2.10.0", "loguru==0.5.3", "opensimplex==0.3", - "Pillow==8.0.1", + "Pillow==8.1.2", "protobuf<4,>=3.7", "six~=1.15.0", "tensorflow_addons==0.12.0",