From edeb08e84fd4f3a4aa75277baf1bb214afc9cd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:03:19 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.67.1 to 4.68.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.68.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 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 86e791c..c2832a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "mdformat_frontmatter==2.0.8", "mdformat_tables==1.0.0", "requests[socks]==2.33.0", - "tqdm==4.67.1", + "tqdm==4.68.3", "markitdown==0.1.3", "coloredlogs==15.0.1", "beautifulsoup4==4.13.4",