From 99f14b6c096437660c04fdc224347aed5fc6e864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:13:59 +0000 Subject: [PATCH] Bump dash from 1.15.0 to 2.15.0 Bumps [dash](https://github.com/plotly/dash) from 1.15.0 to 2.15.0. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v1.15.0...v2.15.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3b7c1f..270ac99 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ python_requires='>=3.6.0', install_requires=['cgrtools[mrv,clean2djit]', 'CGRdb>=4.0.0,<4.2', - 'neomodel==3.3.2', 'dash==1.15.0', 'dash_marvinjs', 'mol3d_dash', 'plotly==4.9.0', 'dash_network', + 'neomodel==3.3.2', 'dash==2.15.0', 'dash_marvinjs', 'mol3d_dash', 'plotly==4.9.0', 'dash_network', 'dash_uploader==0.3.1','lxml>=4.1'], long_description=(Path(__file__).parent / 'README.md').read_text(), classifiers=['Environment :: Plugins',