From 9c1ce409e6dd913183edeaa234e2bb6acf1abace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:56:02 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.0.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 24be883..336f67e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.11.2 filetype requests python-dateutil -pillow==9.0.1 +pillow==10.0.1 django-cors-headers djangorestframework-filters djangorestframework-camel-case==1.4.2