From 793be8c01f443b45e3f2624a2b13050533e42e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:20:16 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba259416143de..dba4fbf78c69a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ marshmallow-enum==1.4.1 # via flask-appbuilder marshmallow-sqlalchemy==0.17.0 # via flask-appbuilder marshmallow==2.19.5 # via flask-appbuilder, marshmallow-enum, marshmallow-sqlalchemy msgpack==0.6.1 -numpy==1.17.0 # via pandas, pyarrow +numpy==1.22.0 # via pandas, pyarrow pandas==0.24.2 parsedatetime==2.4 pathlib2==2.3.4