diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index f993283f..2b369a45 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 26a26726..c907563a 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -23,4 +23,4 @@ ''' -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/requirements.txt b/requirements.txt index 214a6453..8579f99a 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