mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update securesystemslib dependency to 0.18.0
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
ff8819577b
commit
dc20fdbffd
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ ipaddress==1.0.23 ; python_version < '3' # via cryptography
|
|||
pycparser==2.20 # via cffi
|
||||
pynacl==1.4.0 # via securesystemslib
|
||||
requests==2.24.0
|
||||
securesystemslib[crypto,pynacl]==0.17.0
|
||||
securesystemslib[crypto,pynacl]==0.18.0
|
||||
six==1.15.0
|
||||
subprocess32==3.5.4 ; python_version < '3' # via securesystemslib
|
||||
urllib3==1.25.11 # via requests
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -116,7 +116,7 @@
|
|||
install_requires = [
|
||||
'requests>=2.19.1',
|
||||
'six>=1.11.0',
|
||||
'securesystemslib>=0.16.0'
|
||||
'securesystemslib>=0.18.0'
|
||||
],
|
||||
tests_require = [
|
||||
'mock; python_version < "3.3"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue