From b8a7ed431e8d0b589a1fb26f15099eee011de67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:48:09 +0000 Subject: [PATCH] Bump tqdm from 4.35.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.35.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.35.0...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 268efb7..2519ec9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=['pyyaml>=4.2b1', 'wikiextractor==3.0.4', 'natsort==5.4.1', 'beautifulsoup4==4.6.3', 'polyglot==16.7.4', 'pyicu==2.3.1', - 'pycld2==0.31', 'morfessor==2.0.4', 'tqdm==4.35.0'], + 'pycld2==0.31', 'morfessor==2.0.4', 'tqdm==4.66.3'], dependency_links=[ 'https://github.com/akb89/wikiextractor/tarball/master#egg=wikiextractor-3.0.4'], classifiers=['Development Status :: 5 - Production/Stable',