From 82c1f607c5adda0acba2f4494fe5507f9ead3070 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 17 Sep 2020 14:13:38 -0400 Subject: [PATCH] Update the "pygments" requirement to "2.7.1" --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec6e868f..c7117581 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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" diff --git a/setup.py b/setup.py index 4d79561f..69aefde9 100755 --- a/setup.py +++ b/setup.py @@ -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"',