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',