File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
4
4
packaging >= 21.3 ;python_version >= "3.6"
5
5
setuptools >= 44.1.1 ;python_version < "3.5"
6
6
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
7
- setuptools >= 59.3 .0 ;python_version >= "3.6"
7
+ setuptools >= 59.4 .0 ;python_version >= "3.6"
8
8
setuptools-scm >= 5.0.2 ;python_version < "3.6"
9
9
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
10
10
tomli >= 1.2.2 ;python_version >= "3.6"
@@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109
109
Pillow == 8.4.0 ;python_version >= "3.6"
110
110
typing-extensions == 3.10.0.2 ;python_version < "3.6"
111
111
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8"
112
- rich == 10.14 .0 ;python_version >= "3.6" and python_version<"4.0"
112
+ rich == 10.15 .0 ;python_version >= "3.6" and python_version<"4.0"
113
113
tornado == 5.1.1 ;python_version < "3.5"
114
114
tornado == 6.1 ;python_version >= "3.5"
115
115
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 123
123
'packaging>=21.3;python_version>="3.6"' ,
124
124
'setuptools>=44.1.1;python_version<"3.5"' ,
125
125
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
126
- 'setuptools>=59.3 .0;python_version>="3.6"' ,
126
+ 'setuptools>=59.4 .0;python_version>="3.6"' ,
127
127
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
128
128
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
129
129
'tomli>=1.2.2;python_version>="3.6"' ,
228
228
'Pillow==8.4.0;python_version>="3.6"' ,
229
229
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
230
230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
231
- 'rich==10.14 .0;python_version>="3.6" and python_version<"4.0"' ,
231
+ 'rich==10.15 .0;python_version>="3.6" and python_version<"4.0"' ,
232
232
'tornado==5.1.1;python_version<"3.5"' ,
233
233
'tornado==6.1;python_version>="3.5"' ,
234
234
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments