From 2f14b8fc574a728a67e86da4004feeddfd506736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:30:14 +0000 Subject: [PATCH] Update numpy requirement from ~=2.4.2 to ~=2.4.3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.3 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 26762c0..6b03c6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pylint~=4.0.5 black~=26.3.0 black[jupyter]~=26.3.0 pyodbc~=5.3.0 -numpy~=2.4.2 +numpy~=2.4.3 gov-uk-dashboards~=28.2.0 uk-gov-dash-components~=2.1.0 dash[testing]~=3.4.0