From 3b38ebbd18ac6b52c65ba91a2e9f1854bc40f5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:15:54 +0000 Subject: [PATCH] Bump numpy from 1.9.2 to 1.22.0 in /sphinx_docs Bumps [numpy](https://github.com/numpy/numpy) from 1.9.2 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.9.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sphinx_docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_docs/requirements.txt b/sphinx_docs/requirements.txt index 500dbc3..214c14c 100644 --- a/sphinx_docs/requirements.txt +++ b/sphinx_docs/requirements.txt @@ -2,7 +2,7 @@ # I can't get the project to build on RTD right now so I'm giving up. I'll # leave this file in case I want to try again some day. wheel==0.23.0 -numpy==1.9.2 +numpy==1.22.0 pandas==0.16.2 statsmodels==0.6.1