File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11pip >= 20.3.4 ;python_version < "3.6"
22pip >= 21.3.1 ;python_version >= "3.6" and python_version<"3.7"
3- pip >= 22.0.3 ;python_version >= "3.7"
3+ pip >= 22.0.4 ;python_version >= "3.7"
44packaging >= 20.9 ;python_version < "3.6"
55packaging >= 21.3 ;python_version >= "3.6"
66setuptools >= 44.1.1 ;python_version < "3.5"
@@ -47,7 +47,7 @@ trio-websocket==0.9.2;python_version>="3.7"
4747pyopenssl == 22.0.0 ;python_version >= "3.7"
4848wsproto == 1.1.0 ;python_version >= "3.7"
4949selenium == 3.141.0 ;python_version < "3.7"
50- selenium == 4.1.2 ;python_version >= "3.7"
50+ selenium == 4.1.3 ;python_version >= "3.7"
5151msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
5252more-itertools == 5.0.0 ;python_version < "3.5"
5353more-itertools == 8.12.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.4.17 "
2+ __version__ = "2.4.18 "
Original file line number Diff line number Diff line change 125125 install_requires = [
126126 'pip>=20.3.4;python_version<"3.6"' ,
127127 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"' ,
128- 'pip>=22.0.3 ;python_version>="3.7"' ,
128+ 'pip>=22.0.4 ;python_version>="3.7"' ,
129129 'packaging>=20.9;python_version<"3.6"' ,
130130 'packaging>=21.3;python_version>="3.6"' ,
131131 'setuptools>=44.1.1;python_version<"3.5"' ,
172172 'pyopenssl==22.0.0;python_version>="3.7"' ,
173173 'wsproto==1.1.0;python_version>="3.7"' ,
174174 'selenium==3.141.0;python_version<"3.7"' ,
175- 'selenium==4.1.2 ;python_version>="3.7"' ,
175+ 'selenium==4.1.3 ;python_version>="3.7"' ,
176176 'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
177177 'more-itertools==5.0.0;python_version<"3.5"' ,
178178 'more-itertools==8.12.0;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments