From 4973f5f745f9f1137f42c14f54eb3aab0e5a878d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 23:27:04 +0000 Subject: [PATCH] Update numpy requirement from <1.19,>=1.11 to >=1.11,<1.20 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/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.11.0...v1.19.5) 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 e91b440..2f86c2e 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.20 openfisca-france==48.10.5