From 57d43fa558c232e2794cae4897517171a00a4b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:33:55 +0000 Subject: [PATCH] build(deps): 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 29f2a8d..2cc6a62 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ click==8.1.3 Flask==2.2.5 -Flask-Cors==3.0.10 +Flask-Cors==4.0.1 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.1