From da0d51066e6ee7ae5de79e364e69b12c7fb94a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:51:07 +0000 Subject: [PATCH] Bump pygments from 2.4.2 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 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.4.2...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 30efe53..018ad0d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ ], install_requires=[ 'Click==7.0', - 'Pygments==2.4.2', + 'Pygments==2.7.4', 'asyncio-nats-client==0.9.2', 'asyncio-nats-streaming==0.4.0', 'colorama==0.4.1',