From 8bd0d109705c45444893ba447ceb553e81da26cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:58:00 +0000 Subject: [PATCH] Bump numpy from 1.20.2 to 1.22.0 in /flask Bumps [numpy](https://github.com/numpy/numpy) from 1.20.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.20.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index 45c96b6..1807b4f 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -3,7 +3,7 @@ flask-cors==3.0.10 sentry-sdk==0.19.2 gunicorn==20.1.0 blinker==1.4 -numpy==1.20.2 +numpy==1.22.0 psycopg2-binary==2.8.4 python-dotenv==0.12.0 sqlalchemy==1.3.15