From cd1855e29b1a4896cb87d2ed6a9c3cfafd4cb382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:52:57 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.0.1 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 162b2e9..de40835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,9 @@ enum-compat==0.0.3 fiona==1.8.21 # via django-geostore fonttools[woff]==4.29.1 - # via weasyprint + # via + # fonttools + # weasyprint future==0.18.2 # via django-json-widget gevent==21.12.0 @@ -149,6 +151,8 @@ html5lib==1.1 # via weasyprint idna==3.3 # via requests +importlib-resources==6.1.0 + # via jsonschema inflection==0.5.1 # via drf-yasg itypes==1.2.0 @@ -169,7 +173,7 @@ munch==2.5.0 # via fiona packaging==21.3 # via drf-yasg -pillow==9.0.1 +pillow==10.0.1 # via # django-template-engines # django-terra-geocrud @@ -259,6 +263,8 @@ webencodings==0.5.1 # cssselect2 # html5lib # tinycss2 +zipp==3.17.0 + # via importlib-resources zope-event==4.5.0 # via gevent zope-interface==5.4.0