From 1a61ae6af38a3fafc7f60849ffcc3bfc6beb7aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:20:06 +0000 Subject: [PATCH] Update numpy requirement from <2.2 to <2.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/v0.2.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy 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 8eb1807..ea628b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==3.1.4 jmespath==1.0.1 mpmath==1.3.0 networkx<3.5 -numpy<2.2 +numpy<2.3 psutil==6.1.0 python-dateutil==2.9.0.post0 s3transfer==0.10.4