From b4635321dd18a741166f55e9f52e3d3d37556251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 00:23:05 +0000 Subject: [PATCH] Bump pygments from 2.6.1 to 2.7.4 in /src/backend Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 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.6.1...2.7.4) Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index fc9d558..ccb1bc6 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -20,7 +20,7 @@ django-anymail[mailgun]==7.0.0 botocore==1.15.34 boto3==1.12.34 python-magic==0.4.15 -Pygments==2.6.1 +Pygments==2.7.4 pyaml==20.4.0 docker==4.2.0 ruamel.yaml==0.16.10