From 5942458c5a6800bd65c1cdd05e7d78a1f3b824db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:12:18 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in /.github/workflows Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/workflows/signac-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/signac-requirements.txt b/.github/workflows/signac-requirements.txt index bad4711..90c3f31 100644 --- a/.github/workflows/signac-requirements.txt +++ b/.github/workflows/signac-requirements.txt @@ -12,5 +12,5 @@ signac==2.2.0 # via -r signac-requirements.in synced-collections==1.0.0 # via signac -tqdm==4.66.2 +tqdm==4.66.3 # via signac