Skip to content

Commit 56dc9bd

Browse files
committed
Update Python dependencies
1 parent 4b1602f commit 56dc9bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ certifi>=2020.12.5
1212
six==1.15.0
1313
nose==1.3.7
1414
ipdb==0.13.4;python_version<"3.6"
15-
ipdb==0.13.5;python_version>="3.6"
15+
ipdb==0.13.6;python_version>="3.6"
1616
parso==0.7.1;python_version<"3.6"
1717
parso==0.8.1;python_version>="3.6"
1818
jedi==0.17.2;python_version<"3.6"
@@ -55,7 +55,7 @@ cryptography==3.3.2;python_version>="3.6"
5555
pyopenssl==19.1.0;python_version<"3.6"
5656
pyopenssl==20.0.1;python_version>="3.6"
5757
pygments==2.5.2;python_version<"3.5"
58-
pygments==2.8.0;python_version>="3.5"
58+
pygments==2.8.1;python_version>="3.5"
5959
traitlets==4.3.3;python_version<"3.7"
6060
traitlets==5.0.5;python_version>="3.7"
6161
prompt-toolkit==1.0.18;python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
'six==1.15.0',
117117
'nose==1.3.7',
118118
'ipdb==0.13.4;python_version<"3.6"',
119-
'ipdb==0.13.5;python_version>="3.6"',
119+
'ipdb==0.13.6;python_version>="3.6"',
120120
'parso==0.7.1;python_version<"3.6"',
121121
'parso==0.8.1;python_version>="3.6"',
122122
'jedi==0.17.2;python_version<"3.6"',
@@ -159,7 +159,7 @@
159159
'pyopenssl==19.1.0;python_version<"3.6"',
160160
'pyopenssl==20.0.1;python_version>="3.6"',
161161
'pygments==2.5.2;python_version<"3.5"',
162-
'pygments==2.8.0;python_version>="3.5"',
162+
'pygments==2.8.1;python_version>="3.5"',
163163
'traitlets==4.3.3;python_version<"3.7"',
164164
'traitlets==5.0.5;python_version>="3.7"',
165165
'prompt-toolkit==1.0.18;python_version<"3.6"',

0 commit comments

Comments
 (0)