From fff2cae40f2a678cc0da124a3b4aeedf7460479d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:48:29 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.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/8.2.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a44870e5..9d6deb422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,11 +13,16 @@ asgiref==3.6.0 async-timeout==3.0.1 # via aiohttp attrs==21.2.0 - # via aiohttp + # via + # aiohttp + # cattrs + # requests-cache bleach==3.3.0 # via -r requirements.in cachetools==5.2.1 # via django-helusers +cattrs==23.1.1 + # via requests-cache certifi==2022.12.7 # via # requests @@ -142,6 +147,8 @@ ecdsa==0.15 # via python-jose elasticsearch==7.6.0 # via -r requirements.in +exceptiongroup==1.2.0 + # via cattrs future==0.18.3 # via pyjwkest geographiclib==1.52 @@ -192,10 +199,12 @@ packaging==21.3 # bleach # deprecation # drf-yasg -pillow==8.2.0 +pillow==10.2.0 # via # -r requirements.in # easy-thumbnails +platformdirs==4.2.0 + # via requests-cache psycopg2==2.8.4 # via -r requirements.in pyasn1==0.4.8 @@ -212,6 +221,7 @@ pyjwt[crypto]==1.7.1 # via # django-allauth # djangorestframework-jwt + # pyjwt # social-auth-core pyparsing==2.4.6 # via @@ -258,7 +268,7 @@ requests==2.23.0 # requests-cache # requests-oauthlib # social-auth-core -requests-cache==0.6.0.dev1 +requests-cache==1.1.1 # via # -r requirements.in # django-munigeo-turku @@ -270,6 +280,8 @@ rsa==4.7 # via python-jose ruamel-yaml==0.17.21 # via drf-yasg +ruamel-yaml-clib==0.2.8 + # via ruamel-yaml sentry-sdk==0.14.3 # via -r requirements.in six==1.14.0 @@ -288,6 +300,7 @@ six==1.14.0 # python-jose # social-auth-app-django # social-auth-core + # url-normalize social-auth-app-django==3.1.0 # via -r requirements.in social-auth-core==3.3.2 @@ -301,15 +314,19 @@ swapper==1.3.0 typing-extensions==3.10.0.0 # via # aiohttp + # cattrs # django-modeltranslation uritemplate==4.1.1 # via # coreapi # drf-yasg +url-normalize==1.4.3 + # via requests-cache urllib3==1.25.9 # via # elasticsearch # requests + # requests-cache # sentry-sdk webencodings==0.5.1 # via bleach