From 444d44511932372df000df3ee26fd26abb317018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:21:59 +0000 Subject: [PATCH] Bump numpy from 1.25.2 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.2. - [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.25.2...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f6734b..7eff266 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ h5py==3.9.0 -numpy==1.25.2 +numpy==1.26.2 pint==0.22 python-dateutil==2.8.2 scipy==1.11.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index a5929b8..cee9e22 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ h5py==3.9.0 -numpy==1.25.2 +numpy==1.26.2 pint==0.22 pytest==7.4.0 pytest-cov==4.1.0