Skip to content

Commit

Permalink
up moto version for python 3.7 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Sep 17, 2019
1 parent 7abced4 commit f677763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-requirements.txt
@@ -1,8 +1,8 @@
pytest>=3.0.3
pytest-cov>=2.3.1
PyYAML
mock==2.0.0
boto==2.46.1
boto3==1.4.4
botocore==1.5.48
moto==1.0.0
mock==3.0.5
boto>=2.49.0
boto3>=1.9.229
botocore>=1.12.229
moto>=1.3.10

0 comments on commit f677763

Please sign in to comment.