Skip to content

Commit 0766181

Browse files
authored
Merge pull request #491 from seleniumbase/update-wheel-and-tqdm
Update Python dependencies: "wheel" and "tqdm"
2 parents f27a843 + aaa08a4 commit 0766181

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[<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 />
44

5-
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/).
5+
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/).
66

77
<img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_gif.gif" title="SeleniumBase"><br />
88
(<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 />

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.0.2
22
setuptools>=44.0.0;python_version<"3"
33
setuptools>=45.1.0;python_version>="3"
44
setuptools-scm>=3.4.3
5-
wheel>=0.33.6
5+
wheel>=0.34.1
66
six==1.14.0
77
nose==1.3.7
88
ipdb==0.12.3
@@ -39,7 +39,7 @@ pymysql==0.9.3
3939
pyotp==2.3.0
4040
boto==2.49.0
4141
cffi>=1.13.2
42-
tqdm>=4.41.1
42+
tqdm>=4.42.0
4343
flake8==3.7.9
4444
certifi>=2019.11.28
4545
pdfminer.six==20191110;python_version<"3.5"

setup.py

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

4646
setup(
4747
name='seleniumbase',
48-
version='1.34.27',
48+
version='1.34.28',
4949
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5050
long_description=long_description,
5151
long_description_content_type='text/markdown',
@@ -121,7 +121,7 @@
121121
'pyotp==2.3.0',
122122
'boto==2.49.0',
123123
'cffi>=1.13.2',
124-
'tqdm>=4.41.1',
124+
'tqdm>=4.42.0',
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',
127127
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)