From d182f81754dff95418dd7adaba0c3145208e8c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:48:38 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.1 to 4.66.3 in /scripts Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 20fe61d..c4aed5b 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -17,6 +17,6 @@ python-dotenv==1.0.1 retry==0.9.2 Sphinx==7.2.6 tiktoken==0.5.2 -tqdm==4.66.1 +tqdm==4.66.3 typer==0.9.0 unstructured==0.12.2