From b699aeebb9a6e6f6751498b6d90f0842cbf63cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:30:15 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 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.19.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d033ace4..ce9bae5a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'botocore==1.19.20', 'click==7.1.2', 'click_datetime==0.2', - 'numpy==1.19.4', + 'numpy==1.22.0', 'pandas==1.1.4', # NOTE: this is pinned to 3.20.3 because protos changed and we can't regenerate them. 'protobuf==3.20.3',