From 56e7e275573701327b4cf5767e3829a424f8185a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:57:49 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 53d92ae..c1d53c9 100644 --- a/Pipfile +++ b/Pipfile @@ -22,7 +22,7 @@ httplib2 = "==0.18.0" idna = "==2.9" instagram = {git = "https://github.com/foozmeat/python-instagram.git"} itsdangerous = "==1.1.0" -numpy = "==1.18.4" +numpy = "==1.21.0" oauthlib = "==3.1.0" pandas = "==1.0.3" pip-check = "==2.6"