Skip to content

Commit dc20fdb

Browse files
author
Lukas Puehringer
committed
Update securesystemslib dependency to 0.18.0
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent ff88195 commit dc20fdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipaddress==1.0.23 ; python_version < '3' # via cryptography
88
pycparser==2.20 # via cffi
99
pynacl==1.4.0 # via securesystemslib
1010
requests==2.24.0
11-
securesystemslib[crypto,pynacl]==0.17.0
11+
securesystemslib[crypto,pynacl]==0.18.0
1212
six==1.15.0
1313
subprocess32==3.5.4 ; python_version < '3' # via securesystemslib
1414
urllib3==1.25.11 # via requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
install_requires = [
117117
'requests>=2.19.1',
118118
'six>=1.11.0',
119-
'securesystemslib>=0.16.0'
119+
'securesystemslib>=0.18.0'
120120
],
121121
tests_require = [
122122
'mock; python_version < "3.3"'

0 commit comments

Comments
 (0)