From 150cd00487a2036260aac6a30c776fb7ec9940ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:32:10 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..c3d82bab 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.0.1 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..3860a5eb 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.0.1 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup4