From 08b4c0effd39bc2978bd7f34ffa06cc128fd0116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:03:21 +0000 Subject: [PATCH] Update tqdm requirement from >=4.63.0 to >=4.67.3 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.63.0...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ca8b534..5e9858d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,4 +7,4 @@ wheel>=0.37.0 twine>=6.2.0 setuptools>=77.0.0 codecov>=2.1.12 -tqdm>=4.63.0 \ No newline at end of file +tqdm>=4.67.3 \ No newline at end of file