Skip to content

Commit c9618d6

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] <support@github.com>
1 parent 43a0e67 commit c9618d6

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
@@ -3,7 +3,7 @@ cachelib==0.4.1
33
certifi==2021.10.8
44
chardet==3.0.4
55
click==8.0.3
6-
Flask==0.12.4
6+
Flask==1.0
77
Flask-Babel==0.9
88
Flask-Bower==1.0.1
99
Flask-Cache==0.13.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)