From da598a6b2c8efae4fe99bc28af5e03ae2dc809be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:51:26 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /projects/full_page_animation 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] --- projects/full_page_animation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/full_page_animation/requirements.txt b/projects/full_page_animation/requirements.txt index 3026447..46fb258 100644 --- a/projects/full_page_animation/requirements.txt +++ b/projects/full_page_animation/requirements.txt @@ -6,7 +6,7 @@ idna==2.10 imageio==2.9.0 imageio-ffmpeg==0.4.2 moviepy==1.0.3 -numpy==1.19.2 +numpy==1.22.0 Pillow==7.2.0 proglog==0.1.9 requests==2.24.0