From 25c560c89642253e7a6e41687352049638357eed Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 23 Dec 2019 01:48:16 -0500 Subject: [PATCH 1/2] Update tqdm to >= 4.41.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b8701298ba..f568543566e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pymysql==0.9.3 pyotp==2.3.0 boto==2.49.0 cffi>=1.13.2 -tqdm>=4.40.2 +tqdm>=4.41.0 flake8==3.7.9 certifi>=2019.11.28 pdfminer.six==20191110 diff --git a/setup.py b/setup.py index 6e1387bb1f4..295c32ddba3 100755 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ 'pyotp==2.3.0', 'boto==2.49.0', 'cffi>=1.13.2', - 'tqdm>=4.40.2', + 'tqdm>=4.41.0', 'flake8==3.7.9', 'certifi>=2019.11.28', 'pdfminer.six==20191110', From 55456f24f2792bf7bf8abd7905257d18f2e1bf49 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 23 Dec 2019 01:48:55 -0500 Subject: [PATCH 2/2] Version 1.34.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 295c32ddba3..177e8e377bd 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name='seleniumbase', - version='1.34.5', + version='1.34.6', description='Fast, Easy, and Reliable Browser Automation & Testing.', long_description=long_description, long_description_content_type='text/markdown',