From 873406732f6060de81f00a682903bef3023cec32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:13:16 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.66.3 to 4.66.5 in /application Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.3 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.3...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 84c4c7270..65932f139 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -31,6 +31,6 @@ retry==0.9.2 sentence-transformers==3.0.1 tiktoken==0.7.0 torch -tqdm==4.66.3 +tqdm==4.66.5 transformers==4.44.0 Werkzeug==3.0.3