From 178c9cae023f213fe584ce2b29ea52278eabe2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:26:40 +0000 Subject: [PATCH] Bump tqdm from 4.64.0 to 4.66.3 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4da8bd2..8f97bce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ matplotlib = "3.5.1" nltk = "3.7" scikit-learn = "1.1.2" scipy = "1.8.0" -tqdm = "4.64.0" +tqdm = "4.66.3" PyYAML = "6.0" pyspellchecker = "0.6.3" adjustText = "0.7.3"