From 0fe16dd3304a26cd323216dd5e0b5dd52cdf648f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:11:59 +0200 Subject: [PATCH] Bump pillow from 9.5.0 to 10.0.1 (#8) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1d35125d5..ff03fa90d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -159,8 +159,6 @@ icalendar==5.0.7 # via django-ical idna==3.4 # via requests -importlib-metadata==6.6.0 - # via markdown inflection==0.5.1 # via drf-spectacular itypes==1.2.0 @@ -183,7 +181,7 @@ openpyxl==3.1.2 # via tablib pdf2image==1.16.3 # via -r requirements.in -pillow==9.5.0 +pillow==10.0.1 # via # -r requirements.in # django-stdimage @@ -305,8 +303,6 @@ xlrd==2.0.1 # via tablib xlwt==1.3.0 # via tablib -zipp==3.15.0 - # via importlib-metadata zopfli==0.2.2 # via fonttools