From 22cbe825dc07f88f250ea9fc63b358efee3b2e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:05:40 +0000 Subject: [PATCH] build(deps): Bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.0.1` | `2.2.5` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.10` | `4.0.2` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.0.1` | `3.0.6` | | [nltk](https://github.com/nltk/nltk) | `3.6.3` | `3.9.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `0.24.2` | `1.5.1` | | [transformers](https://github.com/huggingface/transformers) | `4.26.0` | `4.48.0` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `2.12.0` | `2.12.1` | | [torch](https://github.com/pytorch/pytorch) | `1.13.0` | `2.2.0` | | [jinja2](https://github.com/pallets/jinja) | `3.0.1` | `3.1.6` | Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.2 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.2) Updates `werkzeug` from 2.0.1 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.1...3.0.6) Updates `nltk` from 3.6.3 to 3.9.1 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.3...3.9.1) Updates `scikit-learn` from 0.24.2 to 1.5.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.1) Updates `transformers` from 4.26.0 to 4.48.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.26.0...v4.48.0) Updates `tensorflow` from 2.12.0 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.12.0...v2.12.1) Updates `torch` from 1.13.0 to 2.2.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.13.0...v2.2.0) Updates `jinja2` from 3.0.1 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/3.0.1...3.1.6) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f668ada..16d86b5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,8 +1,8 @@ # Flask and Web Framework -flask==2.0.1 -flask-cors==3.0.10 +flask==2.2.5 +flask-cors==4.0.2 flask-sqlalchemy==2.5.1 -werkzeug==2.0.1 +werkzeug==3.0.6 requests>=2.27.0 # Twitter API @@ -13,12 +13,12 @@ numpy>=1.22,<1.24 pandas==1.3.3 # NLP and ML -nltk==3.6.3 -scikit-learn==0.24.2 -transformers==4.26.0 +nltk==3.9.1 +scikit-learn==1.5.1 +transformers==4.48.0 tokenizers==0.12.1 -tensorflow==2.12.0 -torch==1.13.0 +tensorflow==2.12.1 +torch==2.2.0 textblob==0.17.1 regex>=2023.0.0 @@ -26,7 +26,7 @@ regex>=2023.0.0 python-dotenv==0.19.0 redis>=4.5.0 markupsafe==2.0.1 -jinja2==3.0.1 +jinja2==3.1.6 click==8.0.1 # Database