Skip to content

Commit

Permalink
Bump dash from 1.14.0 to 2.15.0
Browse files Browse the repository at this point in the history
Bumps [dash](https://github.com/plotly/dash) from 1.14.0 to 2.15.0.
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v1.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: dash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent ecb5c58 commit aa88b76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tabulate == 0.8.3
tqdm == 4.30.0
xgboost == 0.90
yellowbrick == 0.9.1
dash == 1.14.0
dash == 2.15.0
dash_color_picker == 0.0.1
dash_core_components == 1.10.2
dash_colorscales == 0.0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tabulate == 0.8.3
tqdm == 4.30.0
xgboost == 0.90
yellowbrick
dash == 1.14.0
dash == 2.15.0
dash_color_picker == 0.0.1
dash_core_components == 1.10.2
dash_colorscales == 0.0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'imblearn == 0.0','imgaug == 0.4.0','imutils == 0.5.2','matplotlib == 3.0.3', 'numpy == 1.18.1',
'opencv-python == 3.4.5.20', 'pandas == 0.25.3','scikit-image == 0.14.2', 'scipy == 1.5.4','seaborn == 0.9.0',
'scikit-learn == 0.22.2','tabulate == 0.8.3','tqdm == 4.30.0','xgboost == 0.90',
'yellowbrick == 0.9.1', 'dash == 1.14.0', 'dash_color_picker == 0.0.1', 'dash_core_components == 1.10.2',
'yellowbrick == 0.9.1', 'dash == 2.15.0', 'dash_color_picker == 0.0.1', 'dash_core_components == 1.10.2',
'dash_colorscales == 0.0.4', 'dash_html_components == 1.0.3', 'h5py == 2.9.0', 'numba == 0.52.0', 'numexpr == 2.6.9',
'plotly == 4.9.0', 'statsmodels == 0.9.0', 'cefpython3 == 66.0', "pyarrow == 6.0.1", "shap == 0.35.0","h5py==2.9.0",
"tables==3.6.1", "xlrd==1.2.0", "trafaret==2.1.1"],
Expand Down
2 changes: 1 addition & 1 deletion simba/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tabulate == 0.9.0;python_version>="3.9"
tqdm == 4.30.0
xgboost == 0.90
yellowbrick
dash == 1.14.0
dash == 2.15.0
dash_color_picker == 0.0.1
dash_core_components == 1.10.2
dash_colorscales == 0.0.4
Expand Down

0 comments on commit aa88b76

Please sign in to comment.