From e16acf64f8b6f2994cc75fb877204eacd3681621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:33:17 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /dashboard Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 9c1ee2f..d15f453 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -2,7 +2,7 @@ gunicorn[gevent]==20.0.4 dash==1.9.1 dash-bootstrap-components==0.9.1 requests==2.23.0 -numpy==1.18.1 +numpy==1.22.0 imageio==2.8.0 matplotlib==3.2.1 aiohttp[speedups]==3.6.2