From 8082a1598dec8348b603ede646979ff2e335e947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:29:25 +0000 Subject: [PATCH] Build(deps): Bump numpy from 1.10.4 to 1.21.0 in /infra/python/deps Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 to 1.21.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.10.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/compiled-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/compiled-requirements.txt b/infra/python/deps/compiled-requirements.txt index 72e939a051d..b95f9f66986 100644 --- a/infra/python/deps/compiled-requirements.txt +++ b/infra/python/deps/compiled-requirements.txt @@ -27,5 +27,5 @@ impyla == 0.14.0 psutil == 0.7.1 # Required for Kudu: Cython == 0.23.4 - numpy == 1.10.4 + numpy == 1.21.0 pytz == 2018.3