From 343e102051339909415435d2d65640ad7f9256fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:04:09 +0000 Subject: [PATCH] Bump pygments from 2.3.1 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 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.3.1...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 0afd4a6..ef2d225 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "protobuf==3.6.1", "py==1.8.0", "pydgraph==1.0.3", - "pygments==2.3.1", + "pygments==2.7.4", "pytest-cov==2.6.1", "pytest==4.4.0", "python-dateutil==2.8.0",