File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ pip>=23.3.1
2
2
packaging >= 23.2
3
3
setuptools >= 68.0.0 ;python_version < "3.8"
4
4
setuptools >= 68.2.2 ;python_version >= "3.8"
5
- wheel >= 0.41.2
5
+ wheel >= 0.41.3
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.13.0 ;python_version >= "3.8"
9
+ filelock >= 3.13.1 ;python_version >= "3.8"
10
10
platformdirs >= 3.11.0
11
11
parse >= 1.19.1
12
12
parse-type >= 0.6.2
13
13
six == 1.16.0
14
14
idna == 3.4
15
15
chardet == 5.2.0
16
- charset-normalizer == 3.3.1
16
+ charset-normalizer == 3.3.2
17
17
urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
18
18
urllib3 >= 1.26.18 ,< 2.1.0 ;python_version >= "3.10"
19
19
requests == 2.31.0
Original file line number Diff line number Diff line change 135
135
'packaging>=23.2' ,
136
136
'setuptools>=68.0.0;python_version<"3.8"' ,
137
137
'setuptools>=68.2.2;python_version>="3.8"' ,
138
- 'wheel>=0.41.2 ' ,
138
+ 'wheel>=0.41.3 ' ,
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.13.0 ;python_version>="3.8"' ,
142
+ 'filelock>=3.13.1 ;python_version>="3.8"' ,
143
143
'platformdirs>=3.11.0' ,
144
144
'parse>=1.19.1' ,
145
145
'parse-type>=0.6.2' ,
146
146
"six==1.16.0" ,
147
147
"idna==3.4" ,
148
148
'chardet==5.2.0' ,
149
- 'charset-normalizer==3.3.1 ' ,
149
+ 'charset-normalizer==3.3.2 ' ,
150
150
'urllib3>=1.26.18,<2;python_version<"3.10"' ,
151
151
'urllib3>=1.26.18,<2.1.0;python_version>="3.10"' ,
152
152
'requests==2.31.0' ,
You can’t perform that action at this time.
0 commit comments