From e419c7f33e91a9b567432f66999fe7fb0a2da9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:00:58 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [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.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index b6152120f..81bb3244e 100644 --- a/requirements.in +++ b/requirements.in @@ -21,7 +21,7 @@ django>=3.2,<4 dnspython easy-thumbnails easydict==1.10 -pillow==9.3.0 +pillow==10.0.1 psycopg2-binary==2.8.3 pyquery==1.4.0 urlextract diff --git a/requirements.txt b/requirements.txt index 189bace8b..1ae884948 100644 --- a/requirements.txt +++ b/requirements.txt @@ -168,7 +168,7 @@ packaging==23.0 # pytest pathspec==0.11.0 # via black -pillow==9.3.0 +pillow==10.0.1 # via # -r requirements.in # easy-thumbnails