From 590321c70d77c716162333a733d70300ba9d8d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:45:39 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.5 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... 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 31fc624..8fcab33 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ python-dotenv==1.0.1 requests==2.31.0 sniffio==1.3.0 sqlparse==0.5.0 -tqdm==4.66.2 +tqdm==4.66.5 typing_extensions==4.9.0 urllib3==2.2.1 uvicorn==0.29.0