Bump securesystemslib version to 0.10.10 in setup.py and dev-requirements.txt

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-31 16:11:00 -05:00
parent 2d221614e5
commit 4fa8292c6f
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ six==1.11.0
iso8601==0.1.12
pynacl==1.2.1
cryptography==2.1.4
securesystemslib==0.10.9
securesystemslib==0.10.10
# Testing requirements. The rest of the testing dependencies available in
# 'tox.ini'

View file

@ -108,7 +108,7 @@
'Topic :: Security',
'Topic :: Software Development'
],
install_requires = ['iso8601>=0.1.12', 'six>=1.11.0', 'securesystemslib>=0.10.9'],
install_requires = ['iso8601>=0.1.12', 'six>=1.11.0', 'securesystemslib>=0.10.10'],
packages = find_packages(exclude=['tests']),
scripts = [
'tuf/scripts/repo.py',