From 63564d601d21a43cc54369b882edf111244e3575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Apr 2021 02:25:01 +0000 Subject: [PATCH] Bump pygments from 2.0.2 to 2.7.4 in /esp Bumps [pygments](https://github.com/pygments/pygments) from 2.0.2 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.0.2...2.7.4) 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..70e5f1ac2d 100644 --- a/esp/requirements.txt +++ b/esp/requirements.txt @@ -26,7 +26,7 @@ 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 pydns==2.3.6 # Used for validating email addresses; imports as "DNS", not "pydns" -Pygments==2.0.2 # django-extensions dependency +Pygments==2.7.4 # django-extensions dependency pyinotify # Makes dev servers auto-reload pylibmc==1.5.0 # Talks to memcached pytz==2015.4 # Required for timezone support