mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
2d221614e5
commit
4fa8292c6f
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue