Skip to content

Commit 40a81bb

Browse files
committed
Update securesystemslib dependency
We need the recently released securesystemslib 0.15.0 or newer for abstract storage support. Signed-off-by: Joshua Lock <[email protected]>
1 parent c9c2697 commit 40a81bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pycparser==2.20 # via cffi
1111
pynacl==1.3.0 # via securesystemslib
1212
python-dateutil==2.8.1 # via securesystemslib
1313
requests==2.23.0
14-
securesystemslib[colors,crypto,pynacl]==0.14.2
14+
securesystemslib[colors,crypto,pynacl]==0.15.0
1515
six==1.14.0
1616
subprocess32==3.5.4 ; python_version < '3' # via securesystemslib
1717
urllib3==1.25.9 # via requests

setup.py

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

0 commit comments

Comments
 (0)