From 36faa116c283fd173cabdd9039d8c65ef49da563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:39:44 +0000 Subject: [PATCH] Bump tqdm from 4.23.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.23.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.23.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0538602..4ce9509 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run_tests(self): ], keywords='test selenium webdriver webdriver-manager', packages=find_packages(), - install_requires=['requests', 'tqdm==4.23.1'], + install_requires=['requests', 'tqdm==4.66.3'], tests_require=['pytest'], include_package_data=True, entry_points={