From a28f8bad6c7aed112b564148179f9ba4796dea83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:27:19 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.66.6 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.66.6) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5daebfb7..e0f5cbe89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pysqa==0.2.0", "sqlalchemy==2.0.36", "tables==3.10.1", - "tqdm==4.66.5", + "tqdm==4.66.6", "traitlets==5.14.3", ] dynamic = ["version"]