From 9be579a06277700be7fb8a4202f4fd7ddf526ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 00:25:55 +0000 Subject: [PATCH] Bump numpy from 1.16.6 to 1.21.0 in /esp Bumps [numpy](https://github.com/numpy/numpy) from 1.16.6 to 1.21.0. - [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.16.6...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- esp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp/requirements.txt b/esp/requirements.txt index dea6ee0645..641c1b9ad5 100644 --- a/esp/requirements.txt +++ b/esp/requirements.txt @@ -21,7 +21,7 @@ docutils==0.12 # Needed for django.contrib.admindocs flake8==2.5.0 # Required for linter ipython==3.2.1 # Used for shell_plus Markdown==2.3.1 # Used in QSD -numpy==1.16.6 # Used mainly in the lottery and class change controller +numpy==1.21.0 # Used mainly in the lottery and class change controller pillow==6.2.2 # Required for ImageField, which we use in teacher bios psycopg2==2.8.6 # Talks to postgres pycurl==7.19.5.1 # Used only in mailing labels and a formstack script which I think is outdated