From 9a517501233403018622911018b931b6114d5755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:18:26 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.66.5 to 4.67.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc9dc80..d80c6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pillow==11.0.0", "python-dotenv==1.0.1", "rich==13.9.2", - "tqdm==4.66.5", + "tqdm==4.67.0", ] [tool.uv]