From c079d65032e2e319c43cfc280568faf910397b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:35:40 -0700 Subject: [PATCH] build(deps): bump tqdm from 4.64.0 to 4.66.3 (#16) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bf777c..d5c9a9c 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def run_tests(self): # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - "tqdm==4.64.0", + "tqdm==4.66.3", "bs4==0.0.1", "pandas==1.4.2", "nltk==3.7",