From 262bda630d9a5a8ac97b2b3cc9ce16839a67a773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:05:27 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.4.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.0.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d4a3577f5d..8631c905dd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # native dependencies -Pillow==9.0.0 +Pillow==9.4.0 lxml==4.7.1 psycopg2==2.9.3 Django==3.2.12