diff --git a/requirements.txt b/requirements.txt index 3d899e6..11f84cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ astroid==1.6.1 backports.functools-lru-cache==1.5 configparser==3.5.0 -Django==1.11.10 +Django==1.11.28 django-bootstrap-ui==0.5.1 django-bootstrap3==9.1.0 django-tag-parser==2.1 diff --git a/setup.py b/setup.py index efc6282..4593415 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "astroid==1.6.1", "backports.functools-lru-cache==1.5", "configparser==3.5.0", - "Django==1.11.10", + "Django==1.11.28", "django-bootstrap-ui==0.5.1", "django-bootstrap3==9.1.0", "django-tag-parser==2.1",