From 67a2a8b2db6085cb64e7a6a0d1d293c32beba527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:58:12 +0000 Subject: [PATCH] Bump tqdm from 4.46.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.46.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.46.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 dda9450..18e2414 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ __version__ = '0.1.58' # Installing Cython indepdently bc of numpy version. Pinning packages bc of python3.6 -install_requires = ['PyLD', 'future', 'prov', 'unicodecsv', 'progressbar2==3.55.0', 'pandas==1.1.5','requests', 'argparse==1.1', 'Cython','tqdm==4.46.0'] +install_requires = ['PyLD', 'future', 'prov', 'unicodecsv', 'progressbar2==3.55.0', 'pandas==1.1.5','requests', 'argparse==1.1', 'Cython','tqdm==4.66.3'] # TODO: migrate to docs confix:, 'sphinx-argparse', 'sphinxcontrib-fulltoc'] if sys.version_info.major == 2: install_requires.append('configparser')