Skip to content

Commit

Permalink
Merge pull request #719 from vladimir-v-diaz/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
vladimir-v-diaz authored Apr 30, 2018
2 parents 375d32e + 4ddb411 commit 3a03671
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pycparser==2.18
pylint==1.8.4
pynacl==1.2.1
pyyaml==3.12
securesystemslib==0.11.0
securesystemslib==0.11.1
singledispatch==3.4.0.3
six==1.11.0
smmap2==2.0.3
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ pynacl==1.2.1 \
--hash=sha256:f5ce9e26d25eb0b2d96f3ef0ad70e1d3ae89b5d60255c462252a3e456a48c053 \
--hash=sha256:fabf73d5d0286f9e078774f3435601d2735c94ce9e514ac4fb945701edead7e4 \
# via securesystemslib
securesystemslib==0.11.0 \
--hash=sha256:3fe215d0824aa25ad79273fc821b486efb6d7b8ce0f1760231156de490f999b5 \
--hash=sha256:c91a2c4577e8e9638e4f876c98b0ff85d1a02e67b28417267122427c469a2dfb
securesystemslib==0.11.1 \
--hash=sha256:1439bb314836b8f00450bc79782b586c2135b2a86ba384862f42074cd7c6b10f \
--hash=sha256:53a81a13d920dd92541140a239e0b64411d0cb7d4df3ecdab1697f8d8d922c5f
six==1.11.0 \
--hash=sha256:70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9 \
--hash=sha256:832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
'Topic :: Security',
'Topic :: Software Development'
],
install_requires = ['iso8601>=0.1.12', 'six>=1.11.0', 'securesystemslib>=0.11.0'],
install_requires = ['iso8601>=0.1.12', 'six>=1.11.0', 'securesystemslib>=0.11.1'],
packages = find_packages(exclude=['tests']),
scripts = [
'tuf/scripts/repo.py',
Expand Down

0 comments on commit 3a03671

Please sign in to comment.