From a80bc4173978454c9c03f8b4b52e1945a137475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:21:55 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 10.2.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...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 97638fb1..9baea1e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-storages==1.9.1 boto3==1.20.41 flup==1.0.3 ipdb==0.13.9 -Pillow==9.0.0 +Pillow==10.2.0 psycopg2==2.9.9 python-gettext==3.0 python-magic==0.4.15 diff --git a/requirements_local.txt b/requirements_local.txt index 44371bec..2d704971 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,7 +1,7 @@ tornado==5 ipykernel==4.5.2 django==1.11.29 -Pillow==9.0.0 +Pillow==10.2.0 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup4