From 2bdaa36b102d89d827887ac49148c394633cb7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:06:42 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [tensorflow](https://github.com/tensorflow/tensorflow), [keras](https://github.com/keras-team/keras) and [nltk](https://github.com/nltk/nltk). Updates `tensorflow` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.11.1...v2.12.1) Updates `keras` from 2.6 to 2.13.1 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.6.0...v2.13.1) Updates `nltk` from 3.8.1 to 3.8.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.8.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9daec80..f5f6ece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,11 +16,11 @@ scipy==1.11.1 scikit-learn==1.5.0 # Machine Learning Libraries: -tensorflow==2.11.1 -keras==2.6 +tensorflow==2.12.1 +keras==2.13.1 # Natural Language Processing Libraries: -nltk==3.8.1 +nltk==3.8.2 spacy==3.1.3 # Web Scraping Libraries: