Skip to content

Commit

Permalink
chore(flask-vulnerability): bump flask to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Sep 17, 2019
1 parent f134c3a commit 24ed108
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.12.4
flask==1.0.0
jsonschema==2.5.1
sqlalchemy==1.3.3
sqlalchemy-utils>=0.33.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
package_data={"index": ["schemas/*"]},
install_requires=[
"flask==0.12.4",
"flask==1.0.0",
"jsonschema==2.5.1",
"sqlalchemy==1.3.3",
"sqlalchemy-utils>=0.33.11",
Expand Down

0 comments on commit 24ed108

Please sign in to comment.