From 69be4d03400ad7eb7dd73e9b6cc172d0b67b2937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:04:52 +0000 Subject: [PATCH] Bump numpy from 1.21 to 1.22.0 in /tools Bumps [numpy](https://github.com/numpy/numpy) from 1.21 to 1.22.0. - [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/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d506d9947d7..81301fd099c 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,6 +1,6 @@ cycler==0.10.0 matplotlib==2.0.2 -numpy==1.21 +numpy==1.22.0 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.2