From 2e76138b8be0d235a5d43059915366c39508f74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:20:08 +0200 Subject: [PATCH] :arrow_up: Bump pillow from 8.1.2 to 8.2.0 (#293) Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 8.2.0. - [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.1.2...8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4af195..39992c8 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def readme(): "pytest-cov>=2.6.1", "pytest-mock>=3.1.1", "pytest-xdist==2.2.1", - "Pillow==8.1.2", + "Pillow==8.2.0", "tensorflow_datasets>=3.1.0", ], },