From 7b8e7897271288ae68a416b898281a9c0849af68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:11:46 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [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.26.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e9cbf2..d64157d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -72,7 +72,7 @@ mypy-extensions==1.0.0 # mypy nodeenv==1.8.0 # via pre-commit -numpy==1.26.0 +numpy==1.26.1 # via # h5py # pandas diff --git a/requirements.txt b/requirements.txt index 0abf627..918c000 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ h5py==3.9.0 # via datahub (pyproject.toml) idna==3.4 # via anyio -numpy==1.26.0 +numpy==1.26.1 # via # h5py # pandas