From f9d7efa1410c0da5ecd50730d7390f50ef87430c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:08:16 +0000 Subject: [PATCH] Build(deps): Bump numpy from 1.10.4 to 1.22.0 in /infra/python/deps Bumps [numpy](https://github.com/numpy/numpy) from 1.10.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.10.4...v1.22.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 72e939a051..2f7cfbf1ce 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.22.0 pytz == 2018.3