From 7cbde7f52bf66b12a767bf2aedd625e89fb96d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:30:35 +0000 Subject: [PATCH] Bump pillow from 4.0.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.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/4.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f86b03..8d4f0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django>=1.11.11 -Pillow==4.0.0 +Pillow==9.3.0 behave==1.2.6 splinter==0.7.7 psycopg2==2.7.3.1