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 1
1
pip >= 20.3.4 ;python_version < "3.6"
2
2
pip >= 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"
4
4
packaging >= 20.9 ;python_version < "3.6"
5
5
packaging >= 21.3 ;python_version >= "3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
@@ -47,7 +47,7 @@ trio-websocket==0.9.2;python_version>="3.7"
47
47
pyopenssl == 22.0.0 ;python_version >= "3.7"
48
48
wsproto == 1.1.0 ;python_version >= "3.7"
49
49
selenium == 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"
51
51
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
52
52
more-itertools == 5.0.0 ;python_version < "3.5"
53
53
more-itertools == 8.12.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "2.4.17 "
2
+ __version__ = "2.4.18 "
Original file line number Diff line number Diff line change 125
125
install_requires = [
126
126
'pip>=20.3.4;python_version<"3.6"' ,
127
127
'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"' ,
129
129
'packaging>=20.9;python_version<"3.6"' ,
130
130
'packaging>=21.3;python_version>="3.6"' ,
131
131
'setuptools>=44.1.1;python_version<"3.5"' ,
172
172
'pyopenssl==22.0.0;python_version>="3.7"' ,
173
173
'wsproto==1.1.0;python_version>="3.7"' ,
174
174
'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"' ,
176
176
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
177
177
'more-itertools==5.0.0;python_version<"3.5"' ,
178
178
'more-itertools==8.12.0;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments