From 3001120ab18ea04e917529d0d9b93a4ea8f335c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:52:50 +0000 Subject: [PATCH] Update dash requirement from ~=4.3.0 to ~=4.4.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/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 16596ea..3c2be4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Version is hardcoded to ensure uniformity no matter the platform. plotly~=6.8.0 polars~=1.42.1 -dash~=4.3.0 +dash~=4.4.0 pytest~=9.1.1 pylint~=4.0.5 black~=26.5.1 @@ -11,7 +11,7 @@ pyodbc~=5.3.0 numpy~=2.5.0 gov-uk-dashboards~=33.2.0 uk-gov-dash-components~=2.2.1 -dash[testing]~=4.3.0 +dash[testing]~=4.4.0 chromedriver-autoinstaller~=0.6.4 playwright~=1.61.0 pytest-playwright~=0.8.0