Skip to content

Commit bb7508b

Browse files
Bump flask-cors from 2.0.0 to 3.0.9
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 2.0.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](corydolphin/flask-cors@2.0.0...3.0.9) Signed-off-by: dependabot[bot] <[email protected]>
1 parent faccdb1 commit bb7508b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Flask-Bower==1.0.1
55
requests==2.20.0
66
Flask-Cache==0.13.1
77
requests-cache==0.4.9
8-
flask-cors==2.0.0
8+
flask-cors==3.0.9
99
Flask-PyMongo==0.3.1
1010
Flask-Markdown
1111
MyCapytain==2.0.0b8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"requests>=2.8.1",
1414
"Flask-Cache==0.13.1",
1515
"requests-cache==0.4.9",
16-
"flask-cors==2.0.0",
16+
"flask-cors==3.0.9",
1717
"Flask-PyMongo==0.3.1",
1818
"Flask-Markdown",
1919
"MyCapytain==2.0.0b8",

0 commit comments

Comments
 (0)