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"
1010tomli >= 2.0.1 ;python_version >= "3.7"
1111tqdm >= 4.64.1
1212wheel >= 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"
1414attrs >= 21.4.0 ;python_version < "3.6"
1515attrs >= 22.1.0 ;python_version >= "3.6"
1616PyYAML >= 6.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 135135 'tomli>=2.0.1;python_version>="3.7"' ,
136136 "tqdm>=4.64.1" ,
137137 '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"' ,
139139 'attrs>=21.4.0;python_version<"3.6"' ,
140140 'attrs>=22.1.0;python_version>="3.6"' ,
141141 'PyYAML>=6.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments