Skip to content

Commit 33ac374

Browse files
committed
Bump securesystemslib from 0.16.0 to 0.17.0
We just released securesystemslib 0.17.0 and it would be better if tuf did not pin the prior version. https://pypi.org/project/securesystemslib/0.17.0/ https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.17.0 Signed-off-by: Joshua Lock <jlock@vmware.com>
1 parent 8169b00 commit 33ac374

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* Print a warning in `tuf.repository_tool` when metadata is written without a
1515
signature (#1100)
1616
* Remove iso8661 dependency (#1176)
17-
* Bump dependencies: cffi (#1146), cryptography (#1149), urllib (#1179)
17+
* Bump dependencies: cffi (#1146), cryptography (#1149), urllib (#1179),
18+
securesystemslib (#1183)
1819
* Overhauled logging to be less verbose and less alarming, by removing logging
1920
in the library when an exception is raised (including the same information
2021
that was logged) and using more appropriate log levels (#1145)

requirements-pinned.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ idna==2.10 # via requests
77
ipaddress==1.0.23 ; python_version < '3' # via cryptography
88
pycparser==2.20 # via cffi
99
pynacl==1.4.0 # via securesystemslib
10-
python-dateutil==2.8.1 # via securesystemslib
1110
requests==2.24.0
12-
securesystemslib[crypto,pynacl]==0.16.0
11+
securesystemslib[crypto,pynacl]==0.17.0
1312
six==1.15.0
1413
subprocess32==3.5.4 ; python_version < '3' # via securesystemslib
1514
urllib3==1.25.11 # via requests

0 commit comments

Comments
 (0)