Skip to content

Commit

Permalink
Bump flask from 0.8 to 1.0
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 0.8 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.8...1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2019
1 parent 27810b6 commit 1ca7921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
install_requires = [
'python-dateutil>=1.2',
'SQLAlchemy==0.7.3',
'Flask==0.8',
'Flask==1.0',
'sqlalchemy-migrate>=0.7.1'
],
setup_requires=[
Expand Down

0 comments on commit 1ca7921

Please sign in to comment.