Skip to content

Commit

Permalink
Merge pull request #54 from getninjas/security-updates
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
alanjds committed Jan 8, 2019
2 parents 154b62f + 55585e9 commit 56f5850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Expand Up @@ -3,8 +3,7 @@ suds-jurko>=0.6
oauth2client==4.1.2
python-dateutil==2.6.0
pytz==2017.2
PyYAML==3.12
requests==2.13.0
PyYAML==3.12
PyYAML>=4.2b1
requests==2.21.0
httplib2==0.10.3
boto3==1.4.4
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -81,8 +81,8 @@ def get_package_data(package):
'oauth2client>=4.0.0',
'python-dateutil>=2.6.0',
'pytz>=2017.2',
'PyYAML>=3.12',
'requests>=2.13.0',
'PyYAML>=4.2b1',
'requests>=2.20.0',
'suds-jurko>=0.6',
'boto3>=1.4.4',
'httplib2<0.11.0',
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
py35
py36
py37

[testenv]
passenv = *
Expand Down

0 comments on commit 56f5850

Please sign in to comment.