Skip to content

Commit

Permalink
update sam requirement to v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Dec 26, 2019
1 parent 9ad507b commit 46b2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_version(filename):
install_requires=[
'pyyaml',
'six~=1.11',
'aws-sam-translator>=1.15.1',
'aws-sam-translator==1.19.1',
'jsonpatch',
'jsonschema~=3.0',
'pathlib2>=2.3.0;python_version<="3.4"',
Expand Down

0 comments on commit 46b2385

Please sign in to comment.