From aafd03226f04b1ddf6b76fbe1e2bcd727508d14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:53:32 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 in /dashboard Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...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 68ccc6dba..e011dfef1 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -10,7 +10,7 @@ scipy==1.5.4 PyYAML==5.4 python-dateutil==2.8.1 Jinja2>=2.7 -numpy==1.21.4 +numpy==1.22.0 pillow==9.0.1 packaging==20.3 typing_extensions>=3.7.4.1