From 34cca5eb5859e87bf538e2a31eb2aa9f339a898f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:29:04 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6c508db..7ba747b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ python-dotenv==1.0.1 requests==2.32.3 sniffio==1.3.1 sqlparse==0.5.1 -tqdm==4.66.5 +tqdm==4.67.1 typing_extensions==4.12.2 urllib3==2.2.3 uvicorn==0.31.0