From 52882bd0782eab245155c9b9f24b562ce41c5ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:50:27 +0000 Subject: [PATCH] Bump numpy from 1.15.2 to 1.22.0 in /hedge_allocations Bumps [numpy](https://github.com/numpy/numpy) from 1.15.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.15.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hedge_allocations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedge_allocations/requirements.txt b/hedge_allocations/requirements.txt index 07406028b..5c93b410f 100644 --- a/hedge_allocations/requirements.txt +++ b/hedge_allocations/requirements.txt @@ -97,7 +97,7 @@ nose==1.3.7 notebook==5.0.0 numba==0.40.0 numexpr==2.6.6 -numpy==1.15.2 +numpy==1.22.0 numpydoc==0.6.0 odo==0.5.0 olefile==0.44