From ab023a6acb5e41f27a70a2dc235aa0bfe17343e3 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Mon, 17 Jan 2022 17:49:23 -0400 Subject: [PATCH] Upgrade requirements - asgireg - attrs - charset-normalizer - Django - django-cors-headers - django-versatileimagefield - Pillow - psycopg2-binary - requests - urllib --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a5746f9..9f5b4c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ -attrs==21.2.0 +asgiref==3.4.1 +attrs==21.4.0 certifi==2021.10.8 -charset-normalizer==2.0.9 -Django==2.2.25 -django-cors-headers==3.10.1 +charset-normalizer==2.0.10 +Django==3.2.11 +django-cors-headers==3.11.0 django-environ==0.8.1 django-oidc-provider==0.7.0 -django-versatileimagefield==1.11 +django-versatileimagefield==2.2 djangorestframework==3.13.1 drf-nested-routers==0.93.4 future==0.18.2 @@ -15,9 +16,9 @@ inflection==0.5.1 iniconfig==1.1.1 olefile==0.46 packaging==21.3 -Pillow==8.4.0 +Pillow==9.0.0 pluggy==1.0.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.3 py==1.11.0 pycryptodomex==3.12.0 pyjwkest==1.4.2 @@ -27,9 +28,9 @@ pytest-django==4.5.2 python-dateutil==2.8.2 python-magic==0.4.24 pytz==2021.3 -requests==2.26.0 +requests==2.27.1 six==1.16.0 sqlparse==0.4.2 text-unidecode==1.3 toml==0.10.2 -urllib3==1.26.7 +urllib3==1.26.8 -- GitLab