Skip to content

Commit

Permalink
update marshallow minimum version becasue of security alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-dev committed Jan 22, 2019
1 parent 268e948 commit 628ee67
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,5 +1,5 @@
six
Flask>=0.11
marshmallow==2.13.1
marshmallow==2.18.0
marshmallow_jsonapi
sqlalchemy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
platforms='any',
install_requires=['six',
'Flask>=0.11',
'marshmallow==2.13.1',
'marshmallow==2.18.0',
'marshmallow_jsonapi',
'sqlalchemy'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 628ee67

Please sign in to comment.