Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 4, 2019
1 parent 4795000 commit 6cef6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.10.1
Flask==1.0
Jinja2==2.7.2
MarkupSafe==0.23
SharQ==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
py_modules=['runner'],
install_requires=[
'SharQ==0.4.0',
'Flask==0.10.1',
'Flask==1.0',
'Jinja2==2.7.2',
'MarkupSafe==0.23',
'Werkzeug==0.9.4',
Expand Down

0 comments on commit 6cef6d1

Please sign in to comment.