Update the "pygments" requirement to "2.7.1"

This commit is contained in:
Michael Mintz 2020-09-17 14:13:38 -04:00
parent 377a11cdf6
commit 82c1f607c5
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ cryptography==3.0;python_version<"3.6"
cryptography==3.1;python_version>="3.6"
pyopenssl==19.1.0
pygments==2.5.2;python_version<"3.5"
pygments==2.7.0;python_version>="3.5"
pygments==2.7.1;python_version>="3.5"
traitlets==4.3.3;python_version<"3.7"
traitlets==5.0.4;python_version>="3.7"
prompt-toolkit==1.0.18;python_version<"3.6"

View File

@ -135,7 +135,7 @@ setup(
'cryptography==3.1;python_version>="3.6"',
'pyopenssl==19.1.0',
'pygments==2.5.2;python_version<"3.5"',
'pygments==2.7.0;python_version>="3.5"',
'pygments==2.7.1;python_version>="3.5"',
'traitlets==4.3.3;python_version<"3.7"',
'traitlets==5.0.4;python_version>="3.7"',
'ipython==5.10.0;python_version<"3.5"',