From e1039b433420ac03e0f6a4727f434a8e0f91a81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:14:32 +0000 Subject: [PATCH] deps: update tqdm requirement from <4.68.0,>=4.61.0 to >=4.61.0,<4.69.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.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 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 4c6b771..b7716f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "numpy>=2.0.0,<2.4.0", "pandas>=2.0.0,<2.4.0", "torch>=2.4.0,<2.10.0", - "tqdm>=4.61.0,<4.68.0", + "tqdm>=4.61.0,<4.69.0", "numba>=0.59.0,<0.64.0", "gemmi>=0.5.0,<0.8.0", "scipy>=1.10.0,<1.18.0",