File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
22packaging >= 23.2
33setuptools >= 68.0.0 ;python_version < "3.8"
44setuptools >= 68.2.2 ;python_version >= "3.8"
5- wheel >= 0.41.2
5+ wheel >= 0.41.3
66attrs >= 23.1.0
77certifi >= 2023.7.22
88filelock >= 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"
1010platformdirs >= 3.11.0
1111parse >= 1.19.1
1212parse-type >= 0.6.2
1313six == 1.16.0
1414idna == 3.4
1515chardet == 5.2.0
16- charset-normalizer == 3.3.1
16+ charset-normalizer == 3.3.2
1717urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
1818urllib3 >= 1.26.18 ,< 2.1.0 ;python_version >= "3.10"
1919requests == 2.31.0
Original file line number Diff line number Diff line change 135135 'packaging>=23.2' ,
136136 'setuptools>=68.0.0;python_version<"3.8"' ,
137137 'setuptools>=68.2.2;python_version>="3.8"' ,
138- 'wheel>=0.41.2 ' ,
138+ 'wheel>=0.41.3 ' ,
139139 'attrs>=23.1.0' ,
140140 "certifi>=2023.7.22" ,
141141 '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"' ,
143143 'platformdirs>=3.11.0' ,
144144 'parse>=1.19.1' ,
145145 'parse-type>=0.6.2' ,
146146 "six==1.16.0" ,
147147 "idna==3.4" ,
148148 'chardet==5.2.0' ,
149- 'charset-normalizer==3.3.1 ' ,
149+ 'charset-normalizer==3.3.2 ' ,
150150 'urllib3>=1.26.18,<2;python_version<"3.10"' ,
151151 'urllib3>=1.26.18,<2.1.0;python_version>="3.10"' ,
152152 'requests==2.31.0' ,
You can’t perform that action at this time.
0 commit comments