From 3a604f48e64345be72fe0c0140a460fa374e272a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 16:38:52 +0000 Subject: [PATCH] Bump pygments from 1.6 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 1.6 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.6...2.7.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d6de42..3cdfde0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ecdsa==0.11 Jinja2==2.7.3 MarkupSafe==0.23 paramiko==1.14.1 -Pygments==1.6 +Pygments==2.7.4 PyYAML==3.11 Sphinx==1.2.3 SQLAlchemy==0.9.7 diff --git a/setup.py b/setup.py index eff1ecb..0c96049 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run_tests(self): 'Jinja2==2.7.3', 'MarkupSafe==0.23', 'paramiko==1.14.1', - 'Pygments==1.6', + 'Pygments==2.7.4', 'PyYAML==3.11', 'Sphinx==1.2.3', 'SQLAlchemy==0.9.7',