From ba2b9a688cf380cb850d4a7137daa27d1d0d33cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:30:19 +0000 Subject: [PATCH] Bump numpy from 1.16.6 to 1.22.0 in /esp Bumps [numpy](https://github.com/numpy/numpy) from 1.16.6 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.16.6...v1.22.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 61cfb376ae..f90e958397 100644 --- a/esp/requirements.txt +++ b/esp/requirements.txt @@ -22,7 +22,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.22.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