From 9b9ccb5f7665d31fdecfa865cea396bbc36a915c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:27:53 +0000 Subject: [PATCH] Bump numpy from 1.23.4 to 1.25.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.25.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.23.4...v1.25.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 e21a499..7aabcae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.23.4 +numpy==1.25.2 dill==0.3.6 deepdish==0.3.7 lmfit==1.0.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 385a286..3b3e203 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -numpy==1.23.4 +numpy==1.25.2 dill==0.3.6 deepdish==0.3.7 lmfit==1.0.3