From 3a650d0f7cd6f7b79dd4a40d41456794a6be05c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:25:01 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.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/8.4.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 6501c23..1a86765 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ gunicorn==20.1.0 pydantic==1.8.2 pytest==6.2.4 starlette==0.14.2 -Pillow==8.4.0 +Pillow==9.3.0 numpy==1.19.5 tqdm==4.60.0 \ No newline at end of file