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 <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh authored and MVrachev committed Nov 13, 2020
1 parent 70d5280 commit 1749aa5
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 @@ -117,7 +117,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 1749aa5

Please sign in to comment.