From 955b09980c3f39240237020316ec45cb1666c9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:01:41 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 10.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...10.4.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 fce13700..aa6fb873 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.4.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 17abbba8..03197588 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,7 +1,7 @@ tornado==5 ipykernel==4.5.2 django==2.0.13 -Pillow==9.0.0 +Pillow==10.4.0 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup4