From be0d69fa6f45ee4cc6b30d5d8eabac7d8e279133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:02:36 +0000 Subject: [PATCH] dependency: (deps): bump tqdm from 4.66.6 to 4.67.1 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.6 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.6...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 6c08ff6..07750f0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -53,7 +53,7 @@ PyYAML==6.0.2 six==1.16.0 sniffio==1.3.0 sqlparse==0.5.1 -tqdm==4.66.6 +tqdm==4.67.1 typing_extensions==4.9.0 tzdata==2023.4 uritemplate==4.1.1