From 646ae8f9fecff5392337e4d2feb84cdef1c6153c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:54:38 +0000 Subject: [PATCH] Bump numpy from 1.18.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.3 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.18.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1509d86..33ef683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ gunicorn==20.0.4 itsdangerous==1.1.0 Jinja2==2.11.2 MarkupSafe==1.1.1 -numpy==1.18.3 +numpy==1.22.0 Pillow==7.1.1 python-dotenv==0.13.0 visitor==0.1.3 diff --git a/setup.py b/setup.py index 3262d85..485f1ab 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'itsdangerous==1.1.0', 'Jinja2==2.11.2', 'MarkupSafe==1.1.1', - 'numpy==1.18.3', + 'numpy==1.22.0', 'Pillow==7.1.1', 'torch==1.5.0', 'torchvision==0.6.0',