Skip to content

Commit

Permalink
Update securesystemslib dependency to 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Nov 11, 2020
1 parent 24bc182 commit 3e440aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down

0 comments on commit 3e440aa

Please sign in to comment.