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 @@ -19,7 +19,7 @@ certifi>=2022.12.7
19
19
filelock >= 3.4.1 ;python_version < "3.7"
20
20
filelock >= 3.9.0 ;python_version >= "3.7"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
- platformdirs >= 3.1.0 ;python_version >= "3.7"
22
+ platformdirs >= 3.1.1 ;python_version >= "3.7"
23
23
pyparsing >= 3.0.7 ;python_version < "3.7"
24
24
zipp == 3.6.0 ;python_version < "3.7"
25
25
zipp >= 3.15.0 ;python_version >= "3.7"
@@ -32,7 +32,7 @@ chardet==5.1.0;python_version>="3.7"
32
32
charset-normalizer == 2.0.12 ;python_version < "3.7"
33
33
charset-normalizer == 3.1.0 ;python_version >= "3.7"
34
34
urllib3 == 1.26.12 ;python_version < "3.7"
35
- urllib3 == 1.26.14 ;python_version >= "3.7"
35
+ urllib3 == 1.26.15 ;python_version >= "3.7"
36
36
requests == 2.27.1 ;python_version < "3.7"
37
37
requests == 2.28.2 ;python_version >= "3.7"
38
38
requests-toolbelt == 0.10.1
Original file line number Diff line number Diff line change 143
143
'filelock>=3.4.1;python_version<"3.7"' ,
144
144
'filelock>=3.9.0;python_version>="3.7"' ,
145
145
'platformdirs>=2.4.0;python_version<"3.7"' ,
146
- 'platformdirs>=3.1.0 ;python_version>="3.7"' ,
146
+ 'platformdirs>=3.1.1 ;python_version>="3.7"' ,
147
147
'pyparsing>=3.0.7;python_version<"3.7"' ,
148
148
'zipp==3.6.0;python_version<"3.7"' ,
149
149
'zipp>=3.15.0;python_version>="3.7"' ,
156
156
'charset-normalizer==2.0.12;python_version<"3.7"' ,
157
157
'charset-normalizer==3.1.0;python_version>="3.7"' , # Sync "requests"
158
158
'urllib3==1.26.12;python_version<"3.7"' ,
159
- 'urllib3==1.26.14 ;python_version>="3.7"' ,
159
+ 'urllib3==1.26.15 ;python_version>="3.7"' ,
160
160
'requests==2.27.1;python_version<"3.7"' ,
161
161
'requests==2.28.2;python_version>="3.7"' ,
162
162
'requests-toolbelt==0.10.1' ,
You can’t perform that action at this time.
0 commit comments