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 @@ -5,7 +5,7 @@ packaging>=23.1;python_version>="3.7"
55setuptools >= 59.6.0 ;python_version < "3.7"
66setuptools >= 68.0.0 ;python_version >= "3.7"
77wheel >= 0.37.1 ;python_version < "3.7"
8- wheel >= 0.41.0 ;python_version >= "3.7"
8+ wheel >= 0.41.1 ;python_version >= "3.7"
99attrs == 22.1.0 ;python_version < "3.7"
1010attrs >= 23.1.0 ;python_version >= "3.7"
1111certifi >= 2023.7.22
Original file line number Diff line number Diff line change 139139 'setuptools>=59.6.0;python_version<"3.7"' ,
140140 'setuptools>=68.0.0;python_version>="3.7"' ,
141141 'wheel>=0.37.1;python_version<"3.7"' ,
142- 'wheel>=0.41.0 ;python_version>="3.7"' ,
142+ 'wheel>=0.41.1 ;python_version>="3.7"' ,
143143 'attrs==22.1.0;python_version<"3.7"' ,
144144 'attrs>=23.1.0;python_version>="3.7"' ,
145145 "certifi>=2023.7.22" ,
You can’t perform that action at this time.
0 commit comments