From ad53af23176bb090fd380588b1bdb17b65b2e48e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Jun 2021 23:15:08 +0000 Subject: [PATCH] Update numpy requirement from <1.19,>=1.11 to >=1.11,<1.22 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.11.0...v1.21.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e8d0ed..5ddc759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ jupyter==1.0.0 matplotlib==3.3.3 nbconvert==5.6.1 nbformat==5.1.2 -numpy>=1.11,<1.19 +numpy>=1.11,<1.22 openfisca-france==50.0.4