From 1b49ecb15d5ad2728fff4e52f110cd7602a1e962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:23:15 +0000 Subject: [PATCH] build(deps): update dash requirement from <4.1.0 to <4.2.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...v4.1.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index 4c093549..2e6dc2f7 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -1,4 +1,4 @@ -dash < 4.1.0 +dash < 4.2.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 a07f355c..b98ea10c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): requirements = [ "contextily < 1.8.0", - "dash < 4.1.0", + "dash < 4.2.0", "demandlib < 0.3.0", "descartes < 1.2.0", "egoio >= 0.4.7, < 0.5.0", @@ -68,7 +68,7 @@ def read(fname): "pytest-html < 5.0.0", "pytest-metadata < 4.0.0", "anyio < 5.0.0", - "dash < 4.1.0", + "dash < 4.2.0", "pluggy < 2.0.0", "pyupgrade < 3.22.0", "sphinx < 9.2.0",