From 1aea080fcb4069f37f84e876cdba6e5f37d4b087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:35:43 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 1.21.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfaf2b1..95f6c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ absl-py==1.0.0 dm-tree==0.1.6 -numpy==1.21.4 +numpy==1.22.0 pytest==6.2.5