From 53d31697b4c2e06649eaa388c31ef2f6a586e6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:07:51 +0000 Subject: [PATCH] Bump flask-cors from 1.6.0 to 3.0.9 in /chapter1 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 1.6.0 to 3.0.9. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/v1.6.0...3.0.9) Signed-off-by: dependabot[bot] --- chapter1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/requirements.txt b/chapter1/requirements.txt index 758bbda..1dbe2e3 100644 --- a/chapter1/requirements.txt +++ b/chapter1/requirements.txt @@ -35,7 +35,7 @@ elasticsearch==2.3.0 enum34==1.1.6 fig==0.5.1 Flask==0.10.1 -Flask-Cors==1.6.0 +Flask-Cors==3.0.9 Flask-SQLAlchemy==0.16 Flask-Testing==0.4.2 FormEncode==1.2.6