From bd73b5791c72e826ebdfcc0c6fafc9e1dd0126a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:01:50 +0000 Subject: [PATCH] Bump pillow from 8.0.0 to 9.0.0 in /handson-ml2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.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/8.0.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- handson-ml2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handson-ml2/requirements.txt b/handson-ml2/requirements.txt index b276135..0383227 100644 --- a/handson-ml2/requirements.txt +++ b/handson-ml2/requirements.txt @@ -56,7 +56,7 @@ gym[atari]==0.17.3 tf-agents==0.6.0 ##### Image manipulation -Pillow==8.0.0 +Pillow==9.0.0 graphviz==0.14.2 opencv-python==4.4.0.44 pyglet==1.4.11