diff --git a/requirements.txt b/requirements.txt index 8a695da6..984d1803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ py==1.5.3 pycodestyle==2.3.1 pycparser==2.18 pyflakes==1.6.0 -Pygments==2.2.0 +Pygments==2.7.4 pyparsing==2.2.0 pytest==3.5.1 pytz==2018.4 diff --git a/setup.py b/setup.py index b40a7721..1988c7e9 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ "pycodestyle==2.3.1", "pycparser==2.18", "pyflakes==1.6.0", - "Pygments==2.2.0", + "Pygments==2.7.4", "pyparsing==2.2.0", "pytest==3.5.1", "pytz==2018.4",