From 364db34599380ebeedb642d6e2bbc89dfafb01a5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 11:29:02 +0000
Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 221df9de..c24329ff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ flask-migrate==3.1.0
 flask-mysqldb==0.2.0
 flask-babel==2.0.0
 jieba==0.42.1
-tqdm==4.66.2
+tqdm==4.66.3
 # for debug only
 flask-debugtoolbar==0.14.1
 html2text==2020.1.16