From cd968a02752a30cf0223735098be63bbb558c063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:42:59 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.67.1) --- 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 ff5d2dc..839ae21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pytest==7.4.0 python-dotenv==0.21.1 requests==2.31.0 tomli==2.0.1 -tqdm==4.64.1 +tqdm==4.67.1 urllib3==2.0.7 Werkzeug==3.0.3 yarl==1.8.2