Skip to content

Commit 050fccb

Browse files
authored
Merge pull request #452 from seleniumbase/tqdm-update
tqdm dependency update
2 parents 9d16f97 + 55456f2 commit 050fccb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pymysql==0.9.3
3737
pyotp==2.3.0
3838
boto==2.49.0
3939
cffi>=1.13.2
40-
tqdm>=4.40.2
40+
tqdm>=4.41.0
4141
flake8==3.7.9
4242
certifi>=2019.11.28
4343
pdfminer.six==20191110

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.5',
48+
version='1.34.6',
4949
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5050
long_description=long_description,
5151
long_description_content_type='text/markdown',
@@ -120,7 +120,7 @@
120120
'pyotp==2.3.0',
121121
'boto==2.49.0',
122122
'cffi>=1.13.2',
123-
'tqdm>=4.40.2',
123+
'tqdm>=4.41.0',
124124
'flake8==3.7.9',
125125
'certifi>=2019.11.28',
126126
'pdfminer.six==20191110',

0 commit comments

Comments
 (0)