From 2b9667a771a633620a2e9d2951ae9b2d6beb56a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:36:34 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.0 in /rmltraintfposeregression Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.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/6.0.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rmltraintfposeregression/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmltraintfposeregression/setup.py b/rmltraintfposeregression/setup.py index f85cc11..9273fda 100644 --- a/rmltraintfposeregression/setup.py +++ b/rmltraintfposeregression/setup.py @@ -7,7 +7,7 @@ packages=find_packages(), install_requires=[ 'numpy==1.16.4', - 'pillow==6.0.0', + 'pillow==9.0.0', 'matplotlib==3.1.0', 'tqdm==4.32.2', 'tensorflow==2.1.0'