From d9fc7abaaf4fc802fcdb599090dba7aaf2d8d447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:36:08 +0000 Subject: [PATCH] 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.0.7 to 5.0.10 - [Commits](https://github.com/django/django/compare/5.0.7...5.0.10) Updates `keras` from 2.13.1 to 3.8.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.13.1...v3.8.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: keras 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 7864f1f..191db43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Framework Web Application: -Django==5.0.7 +Django==5.0.10 # Data Manipulation Libraries: @@ -17,7 +17,7 @@ scikit-learn==1.5.0 # Machine Learning Libraries: tensorflow==2.12.1 -keras==2.13.1 +keras==3.8.0 # Natural Language Processing Libraries: nltk==3.9