From 0b1eaa662b3e0efcd93812de258f9a11164f2020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:38:22 +0000 Subject: [PATCH] Bump tqdm from 4.63.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.63.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.63.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec87f79..414ef38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ sacrebleu==2.3.1 scikit-learn==1.2.2 torch==2.0.1 torchvision==0.15.2 -tqdm==4.63.0 +tqdm==4.66.3 transformers==4.30.2 tree-sitter==0.20.1 bitsandbytes==0.39.1 diff --git a/setup.py b/setup.py index 6229d93..5aa7ce5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "scikit-learn==1.2.2", "torch==2.0.1", "torchvision==0.15.2", - "tqdm==4.63.0", + "tqdm==4.66.3", "transformers==4.30.2", "tree-sitter==0.20.1", "bitsandbytes==0.39.1",