From f2a5b24d0cca1dabddf0be0ab1a4e5da8d5a368c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:09:29 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /news_navigator_app directory: [flask](https://github.com/pallets/flask), [jinja2](https://github.com/pallets/jinja), [nltk](https://github.com/nltk/nltk) and [requests](https://github.com/psf/requests). Updates `flask` from 1.1.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) Updates `jinja2` from 2.11.3 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.6) Updates `nltk` from 3.4.4 to 3.9 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.4...3.9) Updates `requests` from 2.22.0 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.32.4) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: '3.9' dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- news_navigator_app/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/news_navigator_app/requirements.txt b/news_navigator_app/requirements.txt index 64540d5..d7a9cba 100644 --- a/news_navigator_app/requirements.txt +++ b/news_navigator_app/requirements.txt @@ -1,7 +1,7 @@ -Flask==1.1.2 +Flask==2.2.5 flask-paginate==0.6.0 Flask-WTF==0.14.3 -Jinja2==2.11.3 -nltk==3.4.4 +Jinja2==3.1.6 +nltk==3.9 redis -requests==2.22.0 +requests==2.32.4