From 7d23ad88ca93c48c51ccc3dac9553cd0237eb75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:01:58 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /inkyshot Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inkyshot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkyshot/requirements.txt b/inkyshot/requirements.txt index 1bdf57b..3db2887 100644 --- a/inkyshot/requirements.txt +++ b/inkyshot/requirements.txt @@ -15,7 +15,7 @@ future==0.18.2 geocoder==1.38.1 idna==2.10 inky==1.3.0 -numpy==1.19.2 +numpy==1.22.0 Pillow==8.3.2 python-dateutil==2.8.1 ratelim==0.1.6