From 49ec898940d2c5aef5ca0c503ca3db7afca43210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:16:31 +0000 Subject: [PATCH] deps: update tqdm requirement from <4.69.0,>=4.61.0 to >=4.61.0,<4.71.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.61.0...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d153558..fce3e1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "numpy>=2.0.0,<2.4.0", "pandas>=2.0.0,<2.4.0", "torch>=2.4.0,<2.14.0", - "tqdm>=4.61.0,<4.69.0", + "tqdm>=4.61.0,<4.71.0", "numba>=0.59.0,<0.67.0", "gemmi>=0.5.0,<0.8.0", "scipy>=1.10.0,<1.18.0",