From 20d864d9d1780b19ea382e92ef51bf861e4700e9 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 14 Feb 2020 21:37:28 +0100 Subject: [PATCH] Update dependencies This commit updates the dependencies to versions that are know to work on Debian Stretch. --- requirements/base.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 74be894..8d92d6b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ Django==1.7.4 -bpython==0.13.1 +bpython==0.13.2 django-braces==1.4.0 django-model-utils==2.2 django-crispy-forms==1.4.0 @@ -7,9 +7,9 @@ logutils==0.3.3 psycopg2==2.5.4 passlib==1.6.2 celery==3.1.17 -billiard==3.3.0.19 -kombu==3.0.24 -pytz==2014.10 +billiard==3.3.0.23 +kombu==3.0.37 +pytz==2019.1 pyaml==14.12.10 django-allauth==0.19.0 oauthlib==0.7.2