From d54c5d3a5813e36d6a48bb3a80ca8c3a37b5072e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:58:29 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 in /zusidatenbank Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zusidatenbank/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zusidatenbank/requirements.txt b/zusidatenbank/requirements.txt index 15d7b59..b4a241e 100644 --- a/zusidatenbank/requirements.txt +++ b/zusidatenbank/requirements.txt @@ -7,5 +7,5 @@ django-tables2==2.3.1 psycopg2==2.9.3 pytz==2017.2 olefile==0.44 -Pillow==7.1.2 +Pillow==9.3.0 sqlparse==0.2.3