From 6c4348c3a968ff0d762f0c3a9144353b37f21873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:28:23 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.1 in /rllib_contrib/r2d2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.11.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rllib_contrib/r2d2/pyproject.toml | 2 +- rllib_contrib/r2d2/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rllib_contrib/r2d2/pyproject.toml b/rllib_contrib/r2d2/pyproject.toml index 1d754e251371..9da2b1f53bd2 100644 --- a/rllib_contrib/r2d2/pyproject.toml +++ b/rllib_contrib/r2d2/pyproject.toml @@ -15,4 +15,4 @@ requires-python = ">=3.7, <3.11" dependencies = ["gymnasium==0.26.3", "ray[rllib]==2.5.0"] [project.optional-dependencies] -development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.11.0", "torch==1.12.0"] +development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.12.1", "torch==1.12.0"] diff --git a/rllib_contrib/r2d2/requirements.txt b/rllib_contrib/r2d2/requirements.txt index f1191ef52412..2c50df363ca9 100644 --- a/rllib_contrib/r2d2/requirements.txt +++ b/rllib_contrib/r2d2/requirements.txt @@ -1,2 +1,2 @@ -tensorflow==2.11.0 +tensorflow==2.12.1 torch==1.12.0