From 745076f6437cc4582c8fed2eb19026d4b1554c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:32:16 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.66.6 to 4.67.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.6 to 4.67.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.6...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff51fe2..3d53c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ psycopg2==2.9.10 Requests==2.32.3 sqlparse==0.5.1 tabulate==0.9.0 -tqdm==4.66.6 +tqdm==4.67.0 halo==0.0.31