From cdb94f16b1b3c154c4d4cb15ffe4b7dd697eb5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:36:43 +0000 Subject: [PATCH] fix: bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [django](https://github.com/django/django) and [keras](https://github.com/keras-team/keras). Updates `django` from 5.1.7 to 5.1.13 - [Commits](https://github.com/django/django/compare/5.1.7...5.1.13) Updates `keras` from 3.10.0 to 3.12.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.10.0...v3.12.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.13 dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-version: 3.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40cebba..1548c08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Framework Web Application: -Django==5.1.7 +Django==5.1.13 # Data Manipulation Libraries: @@ -17,7 +17,7 @@ scikit-learn==1.6.1 # Machine Learning Libraries: tensorflow==2.19.0 -keras==3.10.0 +keras==3.12.0 # Natural Language Processing Libraries: nltk==3.9.1