From aff6f983b02a37ced21826847a6ace5fb15ecf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 07:45:48 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.1 to 4.66.3 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f58b9661..7972c3fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ beautifulsoup4 = "4.12.3" pandas = "2.0.3" python-dotenv = "1.0.1" tiktoken = {version = ">=0.5.2,<0.6.0"} -tqdm = "4.66.1" +tqdm = "4.66.3" graphviz = "0.20.1" google = "3.0.0" minify-html = "0.15.0"