From 37e7338fb357d6dbf262a40509dffaa83fb7bacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 16:39:36 +0000 Subject: [PATCH] Bump pygments from 2.2.0 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 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.2.0...2.7.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e57de93..17e7f9c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages install_requires = [ - 'pygments==2.2.0', + 'pygments==2.7.4', 'prompt_toolkit==1.0.15', 'gevent==1.2.2', 'importlib==1.0.4',