From aa4cc71cf138dc57487522f21d30830efa061611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 15:17:50 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.36.1 to 4.66.3 in /main Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.36.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.36.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/requirements.txt b/main/requirements.txt index 23b6bd9..099f90d 100644 --- a/main/requirements.txt +++ b/main/requirements.txt @@ -1,5 +1,5 @@ tweepy==3.8.0 -tqdm==4.36.1 +tqdm==4.66.3 pykakasi==1.2 python-dotenv==1.0.0 pytest==8.3.4