From f4a4622150d0b352ee1ac918c6ab9bec469dfd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:53:18 +0000 Subject: [PATCH] Update black[jupyter] requirement from ~=26.3.0 to ~=26.3.1 Updates the requirements on [black[jupyter]](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.3.0...26.3.1) --- updated-dependencies: - dependency-name: black[jupyter] dependency-version: 26.3.1 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 26be196..b039cad 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.1 -black[jupyter]~=26.3.0 +black[jupyter]~=26.3.1 pyodbc~=5.3.0 numpy~=2.4.3 gov-uk-dashboards~=28.4.0