Skip to content

Commit 82c1f60

Browse files
committed
Update the "pygments" requirement to "2.7.1"
1 parent 377a11c commit 82c1f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cryptography==3.0;python_version<"3.6"
4343
cryptography==3.1;python_version>="3.6"
4444
pyopenssl==19.1.0
4545
pygments==2.5.2;python_version<"3.5"
46-
pygments==2.7.0;python_version>="3.5"
46+
pygments==2.7.1;python_version>="3.5"
4747
traitlets==4.3.3;python_version<"3.7"
4848
traitlets==5.0.4;python_version>="3.7"
4949
prompt-toolkit==1.0.18;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'cryptography==3.1;python_version>="3.6"',
136136
'pyopenssl==19.1.0',
137137
'pygments==2.5.2;python_version<"3.5"',
138-
'pygments==2.7.0;python_version>="3.5"',
138+
'pygments==2.7.1;python_version>="3.5"',
139139
'traitlets==4.3.3;python_version<"3.7"',
140140
'traitlets==5.0.4;python_version>="3.7"',
141141
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)