From 3c15d928c34014ebeb7c77e43cc995ba22d1bb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:45:11 +0000 Subject: [PATCH] Bump pygments from 1.4 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 1.4 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/1.4...2.7.4) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac93f0e..b2290b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ BeautifulSoup==3.2.1 Jinja2==2.6 PyYAML==3.11 -Pygments==1.4 +Pygments==2.7.4 Sphinx==1.1.2 argparse coverage==3.7.1