From 59e09f13a40d003dec5a2b58a42d8cbaadcb8a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 12:34:38 +0000 Subject: [PATCH] Bump pygments from 2.5.2 to 2.7.4 in /requirements Bumps [pygments](https://github.com/pygments/pygments) from 2.5.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.5.2...2.7.4) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index afa522ddb..1475c5e67 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -4,5 +4,5 @@ requests==2.25.1 # Newer versions don't support python 2.x jinja2==2.11.3 markupsafe==1.1.1 -pygments==2.5.2 +pygments==2.7.4 stevedore==1.32.0