From 6a9538d185a701b96132bd5565993c3c5af1681c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:48:27 +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 dea6ee0645..3bb63439d1 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.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