From 6752a8412f44798e72b58e44d734ca4c886c8806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 13:01:08 -0700 Subject: [PATCH] Bump tqdm from 4.66.4 to 4.66.5 (#1456) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 22b955ef..b3be6eeb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ requests==2.32.3 requests-mock==1.12.1 sphinx==7.1.2 sphinx-rtd-theme==2.0.0 -tqdm==4.66.4 +tqdm==4.66.5 websocket-client==1.8.0