Skip to content

Commit 96e6380

Browse files
committed
Update Python dependencies
1 parent fdcaece commit 96e6380

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nose==1.3.7
1515
ipdb==0.13.4;python_version<"3.6"
1616
ipdb==0.13.7;python_version>="3.6"
1717
parso==0.7.1;python_version<"3.6"
18-
parso==0.8.1;python_version>="3.6"
18+
parso==0.8.2;python_version>="3.6"
1919
jedi==0.17.2;python_version<"3.6"
2020
jedi==0.18.0;python_version>="3.6"
2121
idna==2.10
@@ -60,6 +60,7 @@ 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"
6262
prompt-toolkit==3.0.18;python_version>="3.6"
63+
decorator==4.4.2
6364
ipython==5.10.0;python_version<"3.5"
6465
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6566
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
@@ -77,8 +78,8 @@ cffi==1.14.5
7778
toml==0.10.2
7879
Pillow==6.2.2;python_version<"3.5"
7980
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
80-
Pillow==8.1.2;python_version>="3.6"
81-
rich==10.0.0;python_version>="3.6" and python_version<"4.0"
81+
Pillow==8.2.0;python_version>="3.6"
82+
rich==10.0.1;python_version>="3.6" and python_version<"4.0"
8283
tornado==5.1.1;python_version<"3.5"
8384
tornado==6.1;python_version>="3.5"
8485
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
'ipdb==0.13.4;python_version<"3.6"',
122122
'ipdb==0.13.7;python_version>="3.6"',
123123
'parso==0.7.1;python_version<"3.6"',
124-
'parso==0.8.1;python_version>="3.6"',
124+
'parso==0.8.2;python_version>="3.6"',
125125
'jedi==0.17.2;python_version<"3.6"',
126126
'jedi==0.18.0;python_version>="3.6"',
127127
'idna==2.10', # Must stay in sync with "requests"
@@ -166,6 +166,7 @@
166166
'traitlets==5.0.5;python_version>="3.7"',
167167
'prompt-toolkit==1.0.18;python_version<"3.6"',
168168
'prompt-toolkit==3.0.18;python_version>="3.6"',
169+
'decorator==4.4.2',
169170
'ipython==5.10.0;python_version<"3.5"',
170171
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
171172
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
@@ -183,8 +184,8 @@
183184
'toml==0.10.2',
184185
'Pillow==6.2.2;python_version<"3.5"',
185186
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
186-
'Pillow==8.1.2;python_version>="3.6"',
187-
'rich==10.0.0;python_version>="3.6" and python_version<"4.0"',
187+
'Pillow==8.2.0;python_version>="3.6"',
188+
'rich==10.0.1;python_version>="3.6" and python_version<"4.0"',
188189
'tornado==5.1.1;python_version<"3.5"',
189190
'tornado==6.1;python_version>="3.5"',
190191
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)