Skip to content

Commit e76474b

Browse files
build(deps): update dash requirement from <3.5.0 to <4.1.0
Updates the requirements on [dash](https://github.com/plotly/dash) to permit the latest version. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](plotly/dash@v0.18.0...v4.0.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7b19e2 commit e76474b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rtd_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dash < 3.5.0
1+
dash < 4.1.0
22
demandlib < 0.3.0
33
egoio >= 0.4.7, < 0.5.0
44
geopy >= 2.0.0, < 2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(fname):
3333

3434
requirements = [
3535
"contextily < 1.8.0",
36-
"dash < 3.5.0",
36+
"dash < 4.1.0",
3737
"demandlib < 0.3.0",
3838
"descartes < 1.2.0",
3939
"egoio >= 0.4.7, < 0.5.0",

0 commit comments

Comments
 (0)