From 9a077a924cb06b38f4a03955406b6d7d37bd992b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:27:30 +0000 Subject: [PATCH] Bump numpy from 1.15.2 to 1.22.0 in /flaskapp Bumps [numpy](https://github.com/numpy/numpy) from 1.15.2 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.15.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flaskapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskapp/requirements.txt b/flaskapp/requirements.txt index 75b05f2..1ecd314 100644 --- a/flaskapp/requirements.txt +++ b/flaskapp/requirements.txt @@ -9,7 +9,7 @@ idna==2.7 itsdangerous==0.24 Jinja2==2.10 MarkupSafe==1.0 -numpy==1.15.2 +numpy==1.22.0 pandas==0.23.4 python-dateutil==2.7.3 pytz==2018.5