File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pkginfo==1.8.2
1515Jinja2 == 3.1.1
1616click == 8.1.2
1717zipp == 3.8.0
18- readme-renderer == 34 .0
18+ readme-renderer == 35 .0
1919pymdown-extensions == 9.3
2020importlib-metadata == 4.11.3
2121bleach == 5.0.0
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"
2222filelock >= 3.6.0 ;python_version >= "3.7"
2323platformdirs >= 2.0.2 ;python_version < "3.6"
2424platformdirs >= 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"
2626six == 1.16.0
2727ipdb == 0.13.4 ;python_version < "3.5"
2828ipdb == 0.13.9 ;python_version >= "3.5"
@@ -83,7 +83,7 @@ parameterized==0.8.1
8383sbvirtualdisplay == 1.1.0
8484soupsieve == 1.9.6 ;python_version < "3.5"
8585soupsieve == 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"
8787beautifulsoup4 == 4.9.3 ;python_version < "3.5"
8888beautifulsoup4 == 4.10.0 ;python_version >= "3.5" and python_version<"3.6"
8989beautifulsoup4 == 4.11.1 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.4.34 "
2+ __version__ = "2.4.35 "
Original file line number Diff line number Diff line change @@ -111,6 +111,14 @@ def set_settings(settings_file):
111111 settings .RAISE_INVALID_PROXY_STRING_EXCEPTION = override_settings [
112112 key
113113 ]
114+ elif key == "CHROME_START_WIDTH" :
115+ settings .CHROME_START_WIDTH = override_settings [key ]
116+ elif key == "CHROME_START_HEIGHT" :
117+ settings .CHROME_START_HEIGHT = override_settings [key ]
118+ elif key == "HEADLESS_START_WIDTH" :
119+ settings .HEADLESS_START_WIDTH = override_settings [key ]
120+ elif key == "HEADLESS_START_HEIGHT" :
121+ settings .HEADLESS_START_HEIGHT = override_settings [key ]
114122 elif key == "MASTERQA_DEFAULT_VALIDATION_MESSAGE" :
115123 settings .MASTERQA_DEFAULT_VALIDATION_MESSAGE = override_settings [
116124 key
Original file line number Diff line number Diff line change 147147 'filelock>=3.6.0;python_version>="3.7"' ,
148148 'platformdirs>=2.0.2;python_version<"3.6"' ,
149149 '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"' ,
151151 "six==1.16.0" ,
152152 'ipdb==0.13.4;python_version<"3.5"' ,
153153 'ipdb==0.13.9;python_version>="3.5"' ,
208208 "sbvirtualdisplay==1.1.0" ,
209209 'soupsieve==1.9.6;python_version<"3.5"' ,
210210 '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"' ,
212212 'beautifulsoup4==4.9.3;python_version<"3.5"' ,
213213 'beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
214214 'beautifulsoup4==4.11.1;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments