From 4658b2e2c9d17b978beab0a33f381038bb3aad00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:24:09 +0000 Subject: [PATCH] deps: update tqdm requirement from >=4.60 to >=4.70.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.60.0...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15aa066..f105646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "gymnasium[classic-control]>=0.29", "matplotlib>=3.5", "mkdocs-material>=9.0", - "tqdm>=4.60", + "tqdm>=4.70.0", "optuna>=3.0", "mypy>=1.0", "plotly>=5.0",