From 2c2bb5995f1b3b352e1075531bb196fcb3eb4f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:11:21 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [keras](https://github.com/keras-team/keras) and [pillow](https://github.com/python-pillow/Pillow). Updates `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) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: keras dependency-version: 3.15.0 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d74042..33df1af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "ffmpeg-python==0.2.0", - "keras==3.13.2", + "keras==3.15.0", "keyboard==0.13.5", "mediapipe==0.10.33", "numpy==2.3.4", diff --git a/requirements.txt b/requirements.txt index def0aa1..8633f71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ future==1.0.0 # via ffmpeg-python h5py==3.16.0 # via keras -keras==3.13.2 +keras==3.15.0 # via secureeye keyboard==0.13.5 # via secureeye @@ -58,7 +58,7 @@ packaging==26.2 # via # keras # matplotlib -pillow==12.2.0 +pillow==12.3.0 # via matplotlib pycparser==3.0 ; implementation_name != 'PyPy' # via cffi