From 60ac8fa628bd407b7962b61f20bb8acf710198d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:48:45 -0700 Subject: [PATCH] PR #32968: Bump keras from 3.9.0 to 3.11.3 in /xla/backends/cpu/benchmarks/e2e/gemma2/keras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Imported from GitHub PR https://github.com/openxla/xla/pull/32968 Bumps [keras](https://github.com/keras-team/keras) from 3.9.0 to 3.11.3.
Release notes

Sourced from keras's releases.

Keras 3.11.3

What's Changed

Full Changelog: https://github.com/keras-team/keras/compare/v3.11.2...v3.11.3

Keras 3.11.2

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v3.11.1...v3.11.2

Keras 3.11.1

What's Changed

Full Changelog: https://github.com/keras-team/keras/compare/v3.11.0...v3.11.1

Keras 3.11.0

What's Changed

Backend-specific changes

JAX backend

TensorFlow backend

OpenVINO backend

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=keras&package-manager=pip&previous-version=3.9.0&new-version=3.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/openxla/xla/network/alerts).
Copybara import of the project: -- 103d4253e3cb9ef8885a36014359c4a437c465a6 by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>: Bump keras in /xla/backends/cpu/benchmarks/e2e/gemma2/keras Bumps [keras](https://github.com/keras-team/keras) from 3.9.0 to 3.11.3. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.9.0...v3.11.3) --- updated-dependencies: - dependency-name: keras dependency-version: 3.11.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Merging this change closes #32968 PiperOrigin-RevId: 824516553 --- .../backends/cpu/benchmarks/e2e/gemma2/keras/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/xla/xla/backends/cpu/benchmarks/e2e/gemma2/keras/requirements.txt b/third_party/xla/xla/backends/cpu/benchmarks/e2e/gemma2/keras/requirements.txt index 2b732513d6a..b8b566ac3f8 100644 --- a/third_party/xla/xla/backends/cpu/benchmarks/e2e/gemma2/keras/requirements.txt +++ b/third_party/xla/xla/backends/cpu/benchmarks/e2e/gemma2/keras/requirements.txt @@ -1,4 +1,4 @@ -keras==3.9.0 +keras==3.11.3 keras_nlp==0.18.1 tensorflow==2.18.0 jax==0.4.38