Skip to content

Commit 4a8c298

Browse files
Bump flask from 0.12.3 to 1.0
Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](pallets/flask@0.12.3...1.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent faccdb1 commit 4a8c298

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flask==0.12.3
1+
flask==1.0
22
Flask-OAuthlib>=0.9.3
33
Flask-Babel==0.9
44
Flask-Bower==1.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include_package_data=True,
77
test_suite="tests",
88
install_requires=[
9-
'flask==0.12',
9+
'flask==1.0',
1010
"Flask-OAuthlib>=0.9.3",
1111
"Flask-Babel==0.9",
1212
"Flask-Bower==1.0.1",

0 commit comments

Comments
 (0)