From 4ff451bd5a3e1eec124a6627c66672048b37c6f4 Mon Sep 17 00:00:00 2001 From: Mark Gibbs <delsim@users.noreply.github.com> Date: Sat, 7 May 2022 23:19:31 -0700 Subject: [PATCH] Restrict Werkzeug version to fix bug that requires later dash version to otherwise resolve (#399) Co-authored-by: delsim <dev@gibbsconsulting.ca> --- 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 f993283..2b369a4 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -47,3 +47,5 @@ Thanks to the following people: [sorenwacker](https://github.com/sorenwacker) [jmcarcell](https://github.com/jmcarcell) + +[gdalmau](https://github.com/gdalmau) diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py index 26a2672..c907563 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -23,4 +23,4 @@ SOFTWARE. ''' -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/requirements.txt b/requirements.txt index 214a645..8579f99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ dash-bootstrap-components channels<3.0 Django>=2.2,<4.0.0 Flask>=1.0.2 +Werkzeug>=2.0,<2.1 -- GitLab