diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index f993283f63a608be1c53b7f6899cd7dd54b33704..2b369a45bca71437871394fc75e6d171326c4979 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 26a26726a9a1999058f5201650236bfb798b7792..c907563a07cae986c0630d7ebc4535594e50c53c 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 214a64534826e2a55834c7c45e88795707be7800..8579f99aecb93fd9ccd1f4e66f6c2824204549c4 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