From b1a5cea2fe74dc6761af2875f90018a4444f57cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 10:33:03 +0000 Subject: [PATCH] Bump keras from 3.13.2 to 3.15.0 Bumps [keras](https://github.com/keras-team/keras) from 3.13.2 to 3.15.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.13.2...v3.15.0) --- updated-dependencies: - dependency-name: keras dependency-version: 3.15.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc9340e..2095bb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "absl-py" @@ -726,14 +726,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "keras" -version = "3.13.2" +version = "3.15.1" description = "Multi-backend Keras" optional = false python-versions = ">=3.11" groups = ["main"] files = [ - {file = "keras-3.13.2-py3-none-any.whl", hash = "sha256:14b2afc0f9c636cc295d28efc36aae42fc52e7b892c950eec33f3befe4d22fb5"}, - {file = "keras-3.13.2.tar.gz", hash = "sha256:62f0123488ac87c929c988617e14f293f7bc993811837d08bb37eff77adc85a9"}, + {file = "keras-3.15.1-py3-none-any.whl", hash = "sha256:836460e480930acbd19bb7a17e62f9ecad40e8a9af9a651fc8d0586a96d27e20"}, + {file = "keras-3.15.1.tar.gz", hash = "sha256:92ae7c1dd7f61041953dc2d42253181ee099086f0b58ae36fcf98147a6f08a29"}, ] [package.dependencies] @@ -1008,9 +1008,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=2.1.0", markers = "python_version >= \"3.13\""}, - {version = ">=1.26.0", markers = "python_version == \"3.12\""}, {version = ">=1.23.3", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version == \"3.12\""}, + {version = ">=2.1.0", markers = "python_version >= \"3.13\""}, ] [package.extras] @@ -1244,8 +1244,8 @@ files = [ [package.dependencies] typing-extensions = [ - {version = ">=4.12.0", markers = "python_version >= \"3.13\""}, {version = ">=4.6.0"}, + {version = ">=4.12.0", markers = "python_version >= \"3.13\""}, ] [package.extras]