From bb522eb4890490a4a755d2483e7e2b4bbde551d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:38:36 +0000 Subject: [PATCH] chore(deps): bump pillow from 8.1.1 to 9.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 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.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 16a861a8..ed7aa22f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ mypy==0.740 mypy-extensions==0.4.3 numpy==1.21.6 pandas==1.3.5 -Pillow==8.1.1 +Pillow==9.3.0 psycopg2-binary==2.8.4 pycparser==2.19 PyJWT==1.7.1