File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ setuptools>=56.1.0;python_version>="3.6"
8
8
setuptools-scm == 5.0.2 ;python_version < "3.6"
9
9
setuptools-scm >= 6.0.1 ;python_version >= "3.6"
10
10
wheel >= 0.36.2
11
- attrs >= 20.3 .0
11
+ attrs >= 21.2 .0
12
12
PyYAML >= 5.4.1 ;python_version >= "3.6"
13
13
certifi >= 2020.12.5
14
14
six == 1.16.0
Original file line number Diff line number Diff line change 123
123
'setuptools-scm==5.0.2;python_version<"3.6"' ,
124
124
'setuptools-scm>=6.0.1;python_version>="3.6"' ,
125
125
"wheel>=0.36.2" ,
126
- "attrs>=20.3 .0" ,
126
+ "attrs>=21.2 .0" ,
127
127
'PyYAML>=5.4.1;python_version>="3.6"' ,
128
128
"certifi>=2020.12.5" ,
129
129
"six==1.16.0" ,
178
178
'traitlets==5.0.5;python_version>="3.7"' ,
179
179
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
180
180
'prompt-toolkit==3.0.18;python_version>="3.6"' ,
181
- ' decorator==4.4.2' ,
181
+ " decorator==4.4.2" ,
182
182
'ipython==5.10.0;python_version<"3.5"' ,
183
183
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
184
184
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments