Skip to content

build(deps-dev): bump the rl-dependencies group with 6 updates#18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rl-dependencies-f6e862703f
Open

build(deps-dev): bump the rl-dependencies group with 6 updates#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rl-dependencies-f6e862703f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown

Updates the requirements on gymnasium, rich, stable-baselines3, tensorboard, torch and tqdm to permit the latest version.
Updates gymnasium to 1.3.0

Release notes

Sourced from gymnasium's releases.

v1.3.0

Gymnasium v1.3.0

This release brings a new Taxi environment version, a new RepeatAction wrapper, and a range of bug fixes across vector environments and wrappers.

Core Changes

Bug Fixes

Third-Party Environments

10 new community environments have been added to the third-party environments list, including a new Cybersecurity environments section.

Full Changelog: Farama-Foundation/Gymnasium@v1.2.3...v1.3.0

Commits
  • eb5c00e Update to use Taxi-v4
  • 4436f89 fix incorrect TypeVar use in core for RenderFrame (#1560)
  • 877ba30 Update to 1.3.0
  • c3b809f Update Taxi to V4 and fix is_rainy implementation (#1561)
  • 9e6f855 Add RepeatAction wrapper (#1553)
  • 1532e66 Add external environment Hill Climb Racing Env (#1554)
  • df8704c Add boltcrypt to third party environments (#1557)
  • 01c0d39 Add external environment firecastrl (wildfire env) (#1551)
  • 9edc68e Fix spelling in test_mujoco_v5.py (#1550)
  • a31fa4b Change action seed for MuJoCo/test_verify_reward_survive test, to be valid ...
  • Additional commits viewable in compare view

Updates rich to 15.0.0

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

[14.3.3] - 2026-02-19

Fixed

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

... (truncated)

Commits

Updates stable-baselines3 to 2.9.0

Commits
  • 8908708 Release v2.9.0 (#2262)
  • e05d2db Fix condition in workflow
  • 8406a7e Add PyPi auto-publish workflow (#2261)
  • 597a883 Bump minimum torch version from 2.3 to 2.8 to address GHSA-887c-mr87-cxwp (#2...
  • 10dda86 Add changelog for custom rollout buffer class support in sbx (#2251)
  • 5f6003b Update links in doc, fix broken links and move to https when possible (#2254)
  • 40da841 Fix Taxi-v3 deprecation in tests (gymnasium 1.3.0 compatibility) (#2247)
  • 08d984c Move pandas and matplotlib to optional extras (#2244)
  • 499b424 Optimize tests (~1.8x faster to run) (#2243)
  • 46a2c5a Doc update (torch.compile, RL tips, grammar) and relax Gymnasium upper boun...
  • Additional commits viewable in compare view

Updates tensorboard to 2.20.0

Release notes

Sourced from tensorboard's releases.

TensorBoard 2.20.0

The 2.20 minor series tracks TensorFlow 2.20.

Features

  • Compatible with Python 3.13 (see next point)
  • Added a dependency to Pillow (https://python-pillow.github.io/), to replace use of deprecated standard library imghdr (removed in Python 3.13) (#7009, thanks @​Zamanhuseyinli)
  • Updated vendored version of bleach library to 6.2.0 and removed dependency on six library. (#7013)
Changelog

Sourced from tensorboard's changelog.

Release 2.20.0

The 2.20 minor series tracks TensorFlow 2.20.

Features

  • Compatible with Python 3.13 (see next point)
  • Added a dependency to Pillow (https://python-pillow.github.io/), to replace use of deprecated standard library imghdr (removed in Python 3.13) (#7009, thanks @​Zamanhuseyinli)
  • Updated vendored version of bleach library to 6.2.0 and removed dependency on six library. (#7013)

Release 2.19.0

The 2.19 minor series tracks TensorFlow 2.19.

This release contains only internal cleanups, with no particular new features or bug fixes.

Release 2.18.0

The 2.18 minor series tracks TensorFlow 2.18.

Features

  • Compatibility updates for changes in Numpy 2.0 (#6871)
  • Relax protobuf restriction to work with versions < 5.0.0 (in addition to >= 5.0.0) (#6888)

Bug Fixes

  • Fixes a floating menu disappearing immediately after right-clicking on the trigger point. (#6891)

Release 2.17.1

Bug Fixes

  • Relax restriction on protobuf dependency (#6887)
  • Update usage of numpy to reflect numpy 2.0 changes (#6871)
  • Fix stacking of notification dot (#6875, thanks @​crisbeto)
  • Fix setting dialog styling regression (#6885)

Release 2.17.0

The 2.17 minor series tracks TensorFlow 2.17.

Features

  • Enable adding hparams columns in scalar data tables in Time Series dashboard (#6737 accidentally omitted from notes in release 2.16.0)
  • Usability improvements for runs table and hparams in Time Series dashboard (#6837, #6839)
  • Global pins: Store pinned cards in local storage, so they’d be pinned when similar experiments are loaded. (#6850, #6819, #6821, etc)
  • Handle large number of Hparams (#6777, #6780, #6807)
  • Infra: Reduce binary size of tensorboard-data-server (aka “Rustboard”). (#6765, thanks @​Corwinpro)

Bug Fixes

  • Text plugin: Preserve whitespace. (#6833)

... (truncated)

Commits
  • 474d3ee TensorBoard 2.20.0
  • 16ba625 Release notes for TensorBoard 2.20.0
  • 8984188 Pin TF for 2.20 branch
  • edef719 Updates TF compat protos
  • b94d929 Replaces uses of deprecated imghdr with Pillow to detect image MIME types (#7...
  • 3aee8d8 Updates (vendored) bleach to 6.2.0 and removes dependencies on six and `htm...
  • b0a4e02 Remove deprecated call to flatDoc.normalize (#7011)
  • d1c5820 Replaces deprecated use of numpy#fromstring method with #frombuffer (#7004)
  • f0f86bd LSC with style fix for material icon. (#7001)
  • 2f7e250 "Fix" an issue with pytype timeouts (#7000)
  • Additional commits viewable in compare view

Updates torch to 2.12.0

Release notes

Sourced from torch's releases.

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

    Version 2.12:

    CUDA_HOME=/usr/local/cuda-12.6 python setup.py develop
  • Enforced a C++20 minimum in CMake build files (#178662)

... (truncated)

Changelog

Sourced from torch's changelog.

Releasing PyTorch

Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

... (truncated)

Commits
  • 0d62256 [release] Dockerfile: skip torchaudio install when CUDA_PATH=cu132 (#183346)
  • 7661cd9 [MPS] Fix SDPA wrong output for permuted q/k/v with B > 1 (#181886)
  • 9da6087 Fix stale PYTORCH_RELEASES_CODE_CC dict (fixes #182250) (#182369)
  • e4c37cc Avoid raw stream name collisions in Inductor (#182178)
  • 822d047 [MPS] Fix bool mask handling in 1-pass SDPA decode kernel (#182285) (#182311)
  • 5c5e523 Add enable_gqa parameter to SDPA MPS meta registration (#181550)
  • eece52e [AOTI] Add BC-safe c_shim v2 for _scaled_dot_product_attention_math_for_mps e...
  • b39330b [Inductor] Call latest c_shim version for versioned fallback ops (#181548)
  • 06f10d0 Revert "[FSDP2] add fqn to communication ops" (#182100) (#182157)
  • 449e339 Revert "[Inductor] Improve materialization heuristic for a chain of computaio...
  • Additional commits viewable in compare view

Updates tqdm to 4.68.3

Release notes

Sourced from tqdm's releases.

tqdm v4.68.3 stable

  • utils: delay os.get_terminal_size (#1763 <- #1760)
  • autonotebook: support QtConsole, Spyder, JupyterLite (#1763, #1628, #1559 <- #1283, #1098, #512)
  • minor docs updates
    • fix typo (#1762)
    • use git-fame
  • misc minor framework updates
    • fix & update CI build
    • pre-commit: add docs & metadata generation
    • move tox.ini -> pyproject.toml, move tox-gh-actions -> tox-gh
    • add Python 3.14, drop 3.7 support
Commits
  • 9aff609 bump version, merge pull request #1763 from tqdm/jupyterlite
  • 9872f80 drop date from snap version str to fix pydantic
  • b829334 support QtConsole, Spyder, JupyterLite
  • 6fa4867 delay os.get_terminal_size
  • 748e107 lint
  • e6e29eb move tox.ini -> pyproject.toml
  • 617e4fa tox-gh-actions -> tox-gh
  • c49c50d add python 3.14, drop python 3.7 support
  • fa2bcdb pre-commit: tqdm.1
  • 1ec7988 auto git-fame
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](Farama-Foundation/Gymnasium@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](Textualize/rich@v13.9.0...v15.0.0)

Updates `stable-baselines3` to 2.9.0
- [Release notes](https://github.com/DLR-RM/stable-baselines3/releases)
- [Commits](DLR-RM/stable-baselines3@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](tensorflow/tensorboard@2.18.0...2.20.0)

Updates `torch` to 2.12.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@ciflow/torchtitan/133296...v2.12.0)

Updates `tqdm` to 4.68.3
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 17, 2026
@github-actions github-actions Bot added the packaging Build, release, PyPI, package metadata, or included assets label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file packaging Build, release, PyPI, package metadata, or included assets python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants