From f76027555ecb243311c375acb6a98a2a9ccfd1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:37:44 +0000 Subject: [PATCH] Update pillow requirement from ~=10.3.0 to ~=10.4.0 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/10.3.0...10.4.0) --- 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 26aadb1..a909452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-cors-headers~=4.3.1 djangorestframework~=3.15.1 djangorestframework-simplejwt~=5.3.1 drf-spectacular~=0.27.2 -pillow~=10.3.0 +pillow~=10.4.0 psycopg2-binary~=2.9.9 python-dotenv~=1.0.1 setuptools~=70.0.0 \ No newline at end of file