diff --git a/requirements.txt b/requirements.txt index fce13700..aa6fb873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-storages==1.9.1 boto3==1.20.41 flup==1.0.3 ipdb==0.13.9 -Pillow==9.0.0 +Pillow==10.4.0 psycopg2==2.9.9 python-gettext==3.0 python-magic==0.4.15 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..03197588 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,7 +1,7 @@ tornado==5 ipykernel==4.5.2 django==2.0.13 -Pillow==9.0.0 +Pillow==10.4.0 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup4