File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44packaging >= 21.2 ;python_version >= "3.6"
55setuptools >= 44.1.1 ;python_version < "3.5"
66setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
7- setuptools >= 59.1.0 ;python_version >= "3.6"
7+ setuptools >= 59.0.1 ;python_version >= "3.6"
88setuptools-scm >= 5.0.2 ;python_version < "3.6"
99setuptools-scm >= 6.3.2 ;python_version >= "3.6"
1010tomli >= 1.2.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.1.7 "
2+ __version__ = "2.1.8 "
Original file line number Diff line number Diff line change 120120 'packaging>=21.2;python_version>="3.6"' ,
121121 'setuptools>=44.1.1;python_version<"3.5"' ,
122122 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
123- 'setuptools>=59.1.0 ;python_version>="3.6"' ,
123+ 'setuptools>=59.0.1 ;python_version>="3.6"' ,
124124 'setuptools-scm>=5.0.2;python_version<"3.6"' ,
125125 'setuptools-scm>=6.3.2;python_version>="3.6"' ,
126126 'tomli>=1.2.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments