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 @@ -22,7 +22,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
22
22
filelock >= 3.6.0 ;python_version >= "3.7"
23
23
platformdirs >= 2.0.2 ;python_version < "3.6"
24
24
platformdirs >= 2.4.0 ;python_version >= "3.6" and python_version<"3.7"
25
- platformdirs >= 2.5.1 ;python_version >= "3.7"
25
+ platformdirs >= 2.5.2 ;python_version >= "3.7"
26
26
six == 1.16.0
27
27
ipdb == 0.13.4 ;python_version < "3.5"
28
28
ipdb == 0.13.9 ;python_version >= "3.5"
@@ -83,7 +83,7 @@ parameterized==0.8.1
83
83
sbvirtualdisplay == 1.1.0
84
84
soupsieve == 1.9.6 ;python_version < "3.5"
85
85
soupsieve == 2.1 ;python_version >= "3.5" and python_version<"3.6"
86
- soupsieve == 2.3.2 ;python_version >= "3.6"
86
+ soupsieve == 2.3.2.post1 ;python_version >= "3.6"
87
87
beautifulsoup4 == 4.9.3 ;python_version < "3.5"
88
88
beautifulsoup4 == 4.10.0 ;python_version >= "3.5" and python_version<"3.6"
89
89
beautifulsoup4 == 4.11.1 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 147
147
'filelock>=3.6.0;python_version>="3.7"' ,
148
148
'platformdirs>=2.0.2;python_version<"3.6"' ,
149
149
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"' ,
150
- 'platformdirs>=2.5.1 ;python_version>="3.7"' ,
150
+ 'platformdirs>=2.5.2 ;python_version>="3.7"' ,
151
151
"six==1.16.0" ,
152
152
'ipdb==0.13.4;python_version<"3.5"' ,
153
153
'ipdb==0.13.9;python_version>="3.5"' ,
208
208
"sbvirtualdisplay==1.1.0" ,
209
209
'soupsieve==1.9.6;python_version<"3.5"' ,
210
210
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"' ,
211
- 'soupsieve==2.3.2;python_version>="3.6"' ,
211
+ 'soupsieve==2.3.2.post1 ;python_version>="3.6"' ,
212
212
'beautifulsoup4==4.9.3;python_version<"3.5"' ,
213
213
'beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
214
214
'beautifulsoup4==4.11.1;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments