From 0d1df5fbec043ab682e860ff45425822ef091194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:03:38 +0000 Subject: [PATCH] Update pillow requirement from ~=9.4.0 to ~=10.0.1 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.4.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 12fc5807..0c23e68d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django~=4.2.3 -pillow~=9.4.0 +pillow~=10.0.1 django-crispy-forms~=1.14.0 Markdown~=3.4.3 Unidecode~=1.3.6