From 10bcd42a3c31c64677f5c712f489f676c6ca88fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:56:41 +0000 Subject: [PATCH 1/2] Update black requirement from ~=26.1.0 to ~=26.3.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17ca90e..8930210 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ polars~=1.38.1 dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5 -black~=26.1.0 +black~=26.3.0 black[jupyter]~=26.1.0 pyodbc~=5.3.0 numpy~=2.4.2 From 252c5ee279c19538403f6cf10ef90d43f4ad6484 Mon Sep 17 00:00:00 2001 From: Kate Riley <95618509+kateriley1@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:25:54 +0000 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8930210..26762c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5 black~=26.3.0 -black[jupyter]~=26.1.0 +black[jupyter]~=26.3.0 pyodbc~=5.3.0 numpy~=2.4.2 gov-uk-dashboards~=28.2.0