From f3acaaea03bc72285bef1966100131642b755825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:46:52 +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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57217307..21b9e619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django==4.2.5 # upgraded on 9/25/2023 django-debug-toolbar==4.2.0 # Used for debugging: https://django-debug-toolbar.readthedocs.io/en/latest/ psycopg2==2.9.5 # Psycopg is the most popular PostgreSQL database adapter for Python. https://pypi.org/project/psycopg2/ wand==0.6.10 # Used for generating thumbnails of PDFs and other image manipulation: https://pypi.org/project/Wand/ -Pillow==9.3.0 # Used for image manipulation: https://pypi.org/project/Pillow/ +Pillow==10.0.1 # Used for image manipulation: https://pypi.org/project/Pillow/ django-image-cropping==1.7 # Used for cropping images https://pypi.org/project/django-image-cropping/ easy_thumbnails==2.8.3 # Used in concert with django-image-cropping to generate thumbnails https://pypi.org/project/easy-thumbnails/