From 654205c617635230dc0e9e86a6469a5e6baf1724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 10:32:19 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.1 in /backend Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1c70f06..88a4792 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ Flask==2.3.2 Flask-SQLAlchemy==3.0.3 psycopg2-binary==2.9.4 Pillow==10.0.1 -flask-cors==3.0.10 +flask-cors==4.0.1 flask-bcrypt==1.0.1 python-dotenv==1.0.0 flask-session==0.5.0