Skip to content

Commit ea28ff2

Browse files
authored
Merge pull request #679 from seleniumbase/update-setuptools-version
Upgrade the "setuptools" dependency
2 parents 86a6466 + 6101d83 commit ea28ff2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=50.0.3;python_version>="3.5"
4+
setuptools>=50.1.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0

seleniumbase/console_scripts/ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,11 @@ Downloads the specified item.
229229
### grid-hub
230230

231231
* Usage:
232-
``sbase grid-hub {start|stop}``
232+
``sbase grid-hub {start|stop|restart} [OPTIONS]``
233233

234234
* Options:
235235
``-v``, ``--verbose`` (Increases verbosity of logging output.)
236+
``--timeout=TIMEOUT`` (Close idle browser windows after TIMEOUT seconds.)
236237

237238
* Output:
238239
Controls the Selenium Grid Hub server, which allows
@@ -244,7 +245,7 @@ You can start, restart, or stop the Grid Hub server.
244245
### grid-node
245246

246247
* Usage:
247-
``sbase grid-node {start|stop} [OPTIONS]``
248+
``sbase grid-node {start|stop|restart} [OPTIONS]``
248249

249250
* Options:
250251
``--hub=HUB_IP`` (The Grid Hub IP Address to connect to.) (Default: ``127.0.0.1``)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name='seleniumbase',
57-
version='1.49.0',
57+
version='1.49.1',
5858
description='Web Automation and Test Framework - https://seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -93,7 +93,7 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=50.0.3;python_version>="3.5"',
96+
'setuptools>=50.1.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',

0 commit comments

Comments
 (0)