Skip to content

Commit 88355bd

Browse files
Lukas PuehringerMVrachev
authored andcommitted
Update securesystemslib dependency to 0.18.0
Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 062657d commit 88355bd

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
@@ -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
@@ -117,7 +117,7 @@
117117
install_requires = [
118118
'requests>=2.19.1',
119119
'six>=1.11.0',
120-
'securesystemslib>=0.16.0'
120+
'securesystemslib>=0.18.0'
121121
],
122122
tests_require = [
123123
'mock; python_version < "3.3"'

0 commit comments

Comments
 (0)