From 9b79cc25aced30d66264d18ef79af062fc8c3c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 01:57:46 +0000 Subject: [PATCH] Bump pygments from 2.7.3 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 2.7.3 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.7.3...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 1ddbcb0..614dfc0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "preshed==3.0.5", "prompt-toolkit==3.0.8; python_full_version >= '3.6.1'", "ptyprocess==0.6.0", - "pygments==2.7.3; python_version >= '3.5'", + "pygments==2.7.4; python_version >= '3.5'", "pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "pywavelets==1.1.1; python_version >= '3.5'",