From f57f479ce15c0d39a2b6958f776e5e51136996c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:05:06 +0000 Subject: [PATCH] Bump numpy from 1.19.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c9fd8b..fd8cfd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ neat-python==0.92 -numpy==1.19.0 +numpy==1.22.0 Pillow==9.3.0 pygame==1.9.6 six==1.15.0