From f9e033b48bb7179a6cd2d06b607dff1573cbd2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:15:16 +0000 Subject: [PATCH] Bump flask-cors from 4.0.1 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0. - [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/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c336fb4..05a9e81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Flask==3.0.0 gunicorn== 22.0.0 nltk==3.8.1 pandas==2.2.2 -Flask-Cors == 4.0.1 +Flask-Cors == 5.0.0 scikit-learn==1.3.0 xgboost==2.0.2 \ No newline at end of file