From 4b11419d7501d2bda0684a8d497f4d55f3d53d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:00:01 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /responder_keras Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.3.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.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- responder_keras/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responder_keras/requirements.txt b/responder_keras/requirements.txt index 9a08ae1..ca9d3a2 100644 --- a/responder_keras/requirements.txt +++ b/responder_keras/requirements.txt @@ -1,4 +1,4 @@ -Pillow==6.0.0 +Pillow==9.3.0 responder==1.3.1 six==1.12 uvloop==0.14