From 3f447a919e16057355c602fc4883f8ef7ebff5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:53:02 +0000 Subject: [PATCH] Update numpy requirement from ~=2.5.0 to ~=2.5.1 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.5.0...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.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 3c2be4c..900e78b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pylint~=4.0.5 black~=26.5.1 black[jupyter]~=26.5.1 pyodbc~=5.3.0 -numpy~=2.5.0 +numpy~=2.5.1 gov-uk-dashboards~=33.2.0 uk-gov-dash-components~=2.2.1 dash[testing]~=4.4.0