From 6ecec5fd40ac59b43cd99e9d931d04fe9cb4c9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 22:40:35 +0000 Subject: [PATCH] build(deps): bump numpy from 1.21.5 to 1.21.6 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.21.6. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v1.21.6) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 5a82fac..bcfc0fb 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -numpy==1.21.5 +numpy==1.21.6 pandas scikit-learn matplotlib diff --git a/requirements.txt b/requirements.txt index ead0f22..50f5547 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ matplotlib==3.5.1 # seaborn numba==0.55.1 # via shap -numpy==1.21.5 +numpy==1.21.6 # via # -r requirements.in # matplotlib