From f043e40ff347d046ea44fbd10c25f8c637f847d6 Mon Sep 17 00:00:00 2001
From: Mark Gibbs <delsim@users.noreply.github.com>
Date: Fri, 11 Dec 2020 09:29:42 -0800
Subject: [PATCH] Update requirements to avoid use of later channels (#294)

Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
---
 CONTRIBUTIONS.md              | 2 ++
 django_plotly_dash/version.py | 2 +-
 requirements.txt              | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 1ecaa2c..c45c689 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -37,3 +37,5 @@ Thanks to the following people:
 [gurcke](https://github.com/gurcke)
 
 [CaseGuide](https://github.com/CaseGuide)
+
+[manish-podugu](https://github.com/manish-podugu)
diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py
index 4f27df2..4717efc 100644
--- a/django_plotly_dash/version.py
+++ b/django_plotly_dash/version.py
@@ -23,4 +23,4 @@ SOFTWARE.
 
 '''
 
-__version__ = "1.4.2"
+__version__ = "1.5.0"
diff --git a/requirements.txt b/requirements.txt
index 7c8e3be..18aa95f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,6 @@ dpd-components
 
 dash-bootstrap-components
 
+channels<3.0
 Django>=2.2
 Flask>=1.0.2
-- 
GitLab