From d929e9d7e3531281888c9e94bb732ef3df6e0535 Mon Sep 17 00:00:00 2001 From: Vemund Santi Date: Sun, 23 Feb 2020 15:24:15 +0100 Subject: [PATCH] build: Upgrade Django to v2.2 LTS --- requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index d082cee..6b9edc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,19 @@ # Django -Django==2.0.12 +Django==3.0.3 # Django admin packages -django-colorfield==0.1.14 +django-colorfield==0.2.1 django-solo==1.1.3 django-ckeditor==5.6.1 -django-extensions==2.1.3 # GraphQL -graphene==2.0.1 -graphene-django==2.0.0 +graphene==2.1.8 +graphene-django==2.8.2 # Thumbnails Pillow==6.2.0 -sorl-thumbnail==12.4.1 -git+git://github.com/ilya-chistyakov/django-sorl-cropping.git#egg=django-sorl-cropping==0.1.0 +sorl-thumbnail==12.6.3 +git+git://github.com/Studentmediene/django-sorl-cropping.git#egg=django-sorl-cropping==0.1.1 # Settings dj-database-url==0.4.2