From 5c539dc339ef6289332d29873f6b6faabc48b3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:16:08 +0000 Subject: [PATCH] Bump django-plotly-dash from 1.6.4 to 1.6.5 Bumps [django-plotly-dash](https://github.com/GibbsConsulting/django-plotly-dash) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/GibbsConsulting/django-plotly-dash/releases) - [Changelog](https://github.com/GibbsConsulting/django-plotly-dash/blob/master/CHANGELOG.md) - [Commits](https://github.com/GibbsConsulting/django-plotly-dash/compare/v1.6.4...v1.6.5) --- updated-dependencies: - dependency-name: django-plotly-dash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f51c239..68e87da 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup_requires=['setuptools_scm', 'wheel'], install_requires=[ 'tomtoolkit>=2.6.3', - 'django_plotly_dash==1.6.4', + 'django_plotly_dash==1.6.5', 'dash-bootstrap-components==0.10.3', 'whitenoise==5.2.0', 'dpd-static-support',