From ca59e9ae2f270b1f1692016d8c93c7a583bf1e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:22:11 +0000 Subject: [PATCH] build(deps): update dash requirement from <3.4.0 to <3.5.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](https://github.com/plotly/dash/compare/v0.18.0...v3.4.0) --- updated-dependencies: - dependency-name: dash dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index e224aab7..2527a954 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -1,4 +1,4 @@ -dash < 3.4.0 +dash < 3.5.0 demandlib < 0.3.0 egoio >= 0.4.7, < 0.5.0 geopy >= 2.0.0, < 2.5.0 diff --git a/setup.py b/setup.py index f064d228..6ca00348 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(fname): requirements = [ "contextily < 1.8.0", - "dash < 3.4.0", + "dash < 3.5.0", "demandlib < 0.3.0", "descartes < 1.2.0", "egoio >= 0.4.7, < 0.5.0",