From ce4a571ce29e658a1e1bb5a6bdd148d61202870f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:36:40 +0000 Subject: [PATCH] build(deps-dev): bump the rl-dependencies group across 1 directory with 6 updates Updates the requirements on [gymnasium](https://github.com/Farama-Foundation/Gymnasium), [rich](https://github.com/Textualize/rich), [stable-baselines3](https://github.com/DLR-RM/stable-baselines3), [tensorboard](https://github.com/tensorflow/tensorboard), [torch](https://github.com/pytorch/pytorch) and [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Updates `gymnasium` to 1.3.0 - [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases) - [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v1.0.0...v1.3.0) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.0...v15.0.0) Updates `stable-baselines3` to 2.9.0 - [Release notes](https://github.com/DLR-RM/stable-baselines3/releases) - [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.4.0...v2.9.0) Updates `tensorboard` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorboard/compare/2.18.0...2.20.0) Updates `torch` to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/ciflow/torchtitan/133296...v2.12.1) Updates `tqdm` to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.68.3) --- updated-dependencies: - dependency-name: gymnasium dependency-version: 1.3.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: stable-baselines3 dependency-version: 2.9.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: tensorboard dependency-version: 2.20.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:development dependency-group: rl-dependencies - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:development dependency-group: rl-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e4af6e..1213fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,20 +35,20 @@ Changelog = "https://github.com/arpan404/bumblebee/releases" [project.optional-dependencies] rl = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] train = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] [dependency-groups] @@ -58,12 +58,12 @@ dev = [ "twine>=6.1.0", ] train = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] [tool.hatch.build.targets.wheel]