Merge pull request #491 from seleniumbase/update-wheel-and-tqdm

Update Python dependencies: "wheel" and "tqdm"
This commit is contained in:
Michael Mintz 2020-01-28 01:02:12 -05:00 committed by GitHub
commit 0766181511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
[<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="SeleniumBase" />](https://github.com/seleniumbase/SeleniumBase/releases) [<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt=" " />](https://pypi.python.org/pypi/seleniumbase) [<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt=" " />](https://gitter.im/seleniumbase/SeleniumBase) [<img src="https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg" alt=" " />](https://travis-ci.org/seleniumbase/SeleniumBase) [<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg">](https://github.com/seleniumbase/SeleniumBase/actions) [<img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=888CFA" alt=" " />](https://github.com/seleniumbase/SeleniumBase/stargazers)<br />
A Python toolkit for easy end-to-end web testing and [site tours](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) with [pytest](https://docs.pytest.org/en/latest/index.html) and [Selenium WebDriver](https://selenium.dev/).
A Python toolkit for easy end-to-end testing and [site tours](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) with [pytest](https://docs.pytest.org/en/latest/index.html) and [Selenium WebDriver](https://selenium.dev/).
<img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_gif.gif" title="SeleniumBase"><br />
(<i>Above: [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) from [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) running in Demo Mode, which adds JavaScript for highlighting page actions.</i>)<br />

View File

@ -2,7 +2,7 @@ pip>=20.0.2
setuptools>=44.0.0;python_version<"3"
setuptools>=45.1.0;python_version>="3"
setuptools-scm>=3.4.3
wheel>=0.33.6
wheel>=0.34.1
six==1.14.0
nose==1.3.7
ipdb==0.12.3
@ -39,7 +39,7 @@ pymysql==0.9.3
pyotp==2.3.0
boto==2.49.0
cffi>=1.13.2
tqdm>=4.41.1
tqdm>=4.42.0
flake8==3.7.9
certifi>=2019.11.28
pdfminer.six==20191110;python_version<"3.5"

View File

@ -45,7 +45,7 @@ if sys.argv[-1] == 'publish':
setup(
name='seleniumbase',
version='1.34.27',
version='1.34.28',
description='Fast, Easy, and Reliable Browser Automation & Testing.',
long_description=long_description,
long_description_content_type='text/markdown',
@ -121,7 +121,7 @@ setup(
'pyotp==2.3.0',
'boto==2.49.0',
'cffi>=1.13.2',
'tqdm>=4.41.1',
'tqdm>=4.42.0',
'flake8==3.7.9',
'certifi>=2019.11.28',
'pdfminer.six==20191110;python_version<"3.5"',