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 1
1
pip >= 23.2.1
2
2
packaging >= 23.1
3
3
setuptools >= 68.0.0 ;python_version < "3.8"
4
- setuptools >= 68.2.0 ;python_version >= "3.8"
4
+ setuptools >= 68.2.2 ;python_version >= "3.8"
5
5
wheel >= 0.41.2
6
6
attrs >= 23.1.0
7
7
certifi >= 2023.7.22
8
8
filelock >= 3.12.2 ;python_version < "3.8"
9
- filelock >= 3.12.3 ;python_version >= "3.8"
9
+ filelock >= 3.12.4 ;python_version >= "3.8"
10
10
platformdirs >= 3.10.0
11
11
parse >= 1.19.1
12
12
parse-type >= 0.6.2
Original file line number Diff line number Diff line change 134
134
'pip>=23.2.1' ,
135
135
'packaging>=23.1' ,
136
136
'setuptools>=68.0.0;python_version<"3.8"' ,
137
- 'setuptools>=68.2.0 ;python_version>="3.8"' ,
137
+ 'setuptools>=68.2.2 ;python_version>="3.8"' ,
138
138
'wheel>=0.41.2' ,
139
139
'attrs>=23.1.0' ,
140
140
"certifi>=2023.7.22" ,
141
141
'filelock>=3.12.2;python_version<"3.8"' ,
142
- 'filelock>=3.12.3 ;python_version>="3.8"' ,
142
+ 'filelock>=3.12.4 ;python_version>="3.8"' ,
143
143
'platformdirs>=3.10.0' ,
144
144
'parse>=1.19.1' ,
145
145
'parse-type>=0.6.2' ,
You can’t perform that action at this time.
0 commit comments