File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ PyYAML>=6.0;python_version>="3.6"
1717traitlets >= 4.3.3 ;python_version < "3.7"
1818traitlets >= 5.2.1.post0 ;python_version >= "3.7"
1919certifi >= 2021.10.8 ;python_version < "3.5"
20- certifi >= 2022.5.18 ;python_version >= "3.5"
20+ certifi >= 2022.5.18 ;python_version >= "3.5" and python_version<"3.6"
21+ certifi >= 2022.5.18.1 ;python_version >= "3.6"
2122filelock >= 3.2.1 ;python_version < "3.6"
2223filelock >= 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
2324filelock >= 3.7.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "3.1.2 "
2+ __version__ = "3.1.3 "
Original file line number Diff line number Diff line change 142142 'traitlets>=4.3.3;python_version<"3.7"' ,
143143 'traitlets>=5.2.1.post0;python_version>="3.7"' ,
144144 'certifi>=2021.10.8;python_version<"3.5"' ,
145- 'certifi>=2022.5.18;python_version>="3.5"' ,
145+ 'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"' ,
146+ 'certifi>=2022.5.18.1;python_version>="3.6"' ,
146147 'filelock>=3.2.1;python_version<"3.6"' ,
147148 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"' ,
148149 'filelock>=3.7.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments