File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
10
10
tomli >= 2.0.1 ;python_version >= "3.7"
11
11
tqdm >= 4.64.1
12
12
wheel >= 0.37.1 ;python_version < "3.7"
13
- wheel >= 0.38.3 ;python_version >= "3.7"
13
+ wheel >= 0.38.4 ;python_version >= "3.7"
14
14
attrs >= 21.4.0 ;python_version < "3.6"
15
15
attrs >= 22.1.0 ;python_version >= "3.6"
16
16
PyYAML >= 6.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 135
135
'tomli>=2.0.1;python_version>="3.7"' ,
136
136
"tqdm>=4.64.1" ,
137
137
'wheel>=0.37.1;python_version<"3.7"' ,
138
- 'wheel>=0.38.3 ;python_version>="3.7"' ,
138
+ 'wheel>=0.38.4 ;python_version>="3.7"' ,
139
139
'attrs>=21.4.0;python_version<"3.6"' ,
140
140
'attrs>=22.1.0;python_version>="3.6"' ,
141
141
'PyYAML>=6.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments