From 6714ab24ee6057748a882bbeb9a4fff68a902cfb Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 21 Jul 2020 16:58:12 +0200 Subject: [PATCH] Force-upgrade hierarkey --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 34919c2b8d..9fde423c46 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -8,7 +8,7 @@ pytz django-bootstrap3==12.0.* django-formset-js-improved==0.5.0.2 django-compressor==2.4.* -django-hierarkey==1.0.*,>=1.0.3 +django-hierarkey==1.0.*,>=1.0.4 django-filter==2.2.* django-scopes==1.2.* reportlab>=3.5.18* diff --git a/src/setup.py b/src/setup.py index 49437e68df..093c0afc69 100644 --- a/src/setup.py +++ b/src/setup.py @@ -97,7 +97,7 @@ setup( 'django-bootstrap3==12.0.*', 'django-formset-js-improved==0.5.0.2', 'django-compressor==2.4.*', - 'django-hierarkey==1.0.*,>=1.0.2', + 'django-hierarkey==1.0.*,>=1.0.4', 'django-filter==2.2.*', 'django-scopes==1.2.*', 'reportlab>=3.5.18',