From 629cc3945c126ac92ec1c113f6304189c5aca524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:53:44 +0000 Subject: [PATCH] Bump pillow from 9.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.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/9.1.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 6f35395..e19fd12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ incremental==21.3.0; python_full_version >= "3.6.7" and python_version >= "3.6" msgpack==1.0.3; python_version >= "3.7" numpy==1.22.3; python_version >= "3.8" oauthlib==3.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" -pillow==9.1.0; python_version >= "3.7" +pillow==9.3.0; python_version >= "3.7" prettytable==2.5.0; python_version >= "3.6" priority==1.3.0; python_full_version >= "3.6.7" and python_version >= "3.6" psycopg2==2.9.3; python_version >= "3.6"