From 266f63567be9b9ab714e4041f1e72f43237f4da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:38:51 +0000 Subject: [PATCH] Bump numpy from 1.17.4 to 1.22.0 in /docker Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 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.17.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 2041e58..a05b7f0 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -2,7 +2,7 @@ tensorflow_probability==0.9 gym==0.9.4 pillow==6.2.1 cma==2.2.0 -numpy==1.17.4 +numpy==1.22.0 box2d-py==2.3.8 pyglet==1.3.2 PyQt5==5.12.3