From 289feb895fb8d72f7892619f4ebcbc9f2bcedbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:27:21 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6dabd8a..20b2898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ scipy==1.10.0 six==1.16.0 SQLAlchemy==1.4.46 tenacity==8.1.0 -tqdm==4.64.1 +tqdm==4.66.3 waitress==2.1.2 Werkzeug==2.2.3