From 65c3e30a7a2ebf69d0d7fb8838912e2b69328495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:00:08 +0000 Subject: [PATCH] Bump numpy in /Python Project 6(Chrome Dinosour automation) Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python Project 6(Chrome Dinosour automation)/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python Project 6(Chrome Dinosour automation)/requirements.txt b/Python Project 6(Chrome Dinosour automation)/requirements.txt index f7dd57c..e2fee36 100644 --- a/Python Project 6(Chrome Dinosour automation)/requirements.txt +++ b/Python Project 6(Chrome Dinosour automation)/requirements.txt @@ -1,5 +1,5 @@ MouseInfo==0.1.3 -numpy==1.19.1 +numpy==1.22.0 Pillow==7.2.0 PyAutoGUI==0.9.50 PyGetWindow==0.0.8