From d1f6e5692a0e620f135d33c9830f1b53986f143a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:20:45 +0000 Subject: [PATCH] Bump dash from 1.9.1 to 2.15.0 Bumps [dash](https://github.com/plotly/dash) from 1.9.1 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.9.1...v2.15.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4d407361..95be8abc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ plotly==4.5.4 numpy==1.22.0 pandas==1.0.3 shap==0.32.1 -dash==1.9.1 +dash==2.15.0 dash-bootstrap-components==0.9.1 dash-core-components==1.8.1 dash-daq==0.5.0 diff --git a/requirements.dev.txt b/requirements.dev.txt index 6e89a7b2..2905e973 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,6 +1,6 @@ pip>=23.2.0 numpy>1.18.0 -dash==2.3.1 +dash==2.15.0 catboost>=1.0.1 category-encoders>=2.6.0 Flask<2.3.0