From 10089b7cba6fe2fa285efb8321ac449427a6b6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:13:29 +0000 Subject: [PATCH] Bump numpy from 1.8.0 to 1.22.0 in /modeller/code Bumps [numpy](https://github.com/numpy/numpy) from 1.8.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.8.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modeller/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modeller/code/requirements.txt b/modeller/code/requirements.txt index e3950fb4c..736da890c 100644 --- a/modeller/code/requirements.txt +++ b/modeller/code/requirements.txt @@ -1,3 +1,3 @@ PyOpenGL==3.0.2 -numpy==1.8.0 +numpy==1.22.0 wsgiref==0.1.2