From 27bffdcb8b0363e632987b0381f6ce7096867ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:11:10 +0000 Subject: [PATCH] Bump tqdm from 4.67.3 to 4.68.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 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 e7b8df6..8f268f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ # "spacepylot@git+https://github.com/ejwatkins-astro/spacepylot.git", "threadpoolctl == 3.6.0", "tomli == 2.4.1", - "tqdm == 4.67.3", + "tqdm == 4.68.1", "tweakwcs == 0.8.12", ]