From 105940306c13c0cd8b9ab83f83e479f7dfdd8d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:23:23 +0000 Subject: [PATCH] build(deps): bump pillow from 9.3.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.2.0. - [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.3.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 26bdaa87..19aac616 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ cffi==1.15.1 # via cryptography charset-normalizer==2.1.1 # via requests -crispy-bootstrap5==0.7 cryptography==38.0.3 # via social-auth-core defusedxml==0.7.1 @@ -51,7 +50,6 @@ django-extensions==3.2.0 # via -r requirements.in django-imagekit==4.1.0 # via -r requirements.in -django-import-export==3.0.1 django-pandas==0.6.6 # via -r requirements.in django-picklefield==3.1 @@ -72,6 +70,8 @@ html2text==2020.1.16 # via -r requirements.in idna==3.3 # via requests +importlib-metadata==7.0.1 + # via markdown markdown==3.4.1 # via -r requirements.in numpy==1.23.2 @@ -86,7 +86,7 @@ pandas==1.4.3 # django-pandas pilkit==2.0 # via django-imagekit -pillow==9.3.0 +pillow==10.2.0 # via -r requirements.in pycparser==2.21 # via cffi @@ -130,6 +130,10 @@ social-auth-core==4.3.0 sqlparse==0.4.2 # via django typing-extensions==4.3.0 - # via django-countries + # via + # django-countries + # pypdf2 urllib3==1.26.12 - # via requests \ No newline at end of file + # via requests +zipp==3.17.0 + # via importlib-metadata