From 7f1a89b72fc7e2caff8883f56182344bf5ec6718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:45:47 +0000 Subject: [PATCH] Update tqdm requirement from <5.0,>=4.67.3 to >=4.68.3,<5.0 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7f34b2..e44d4c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -tqdm>=4.67.3,<5.0 +tqdm>=4.68.3,<5.0 pytest>=9.0.3,<10.0