Skip to content

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

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

build(deps-dev): bump the rl-dependencies group across 1 directory 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.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)
Changelog

Sourced from torch's changelog.

Releasing PyTorch

Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

... (truncated)

Commits

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 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
…th 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](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.1
- [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.1)

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 changed the title build(deps-dev): bump the rl-dependencies group with 6 updates build(deps-dev): bump the rl-dependencies group across 1 directory with 6 updates Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/rl-dependencies-f6e862703f branch from 037bfab to ce4a571 Compare June 22, 2026 09:36
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/pip/rl-dependencies-f6e862703f branch June 29, 2026 09:35
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