Skip to content

Commit

Permalink
upgrade python-tuf dependency to 4.0+
Browse files Browse the repository at this point in the history
although the tuf api changes don't appear to affect us on the repo side,
there is a breaking change in the client due to our use of the private tuf.ngclient.Updater_trusted_set

see theupdateframework/python-tuf@cb9aa4a
  • Loading branch information
dennisvang committed Apr 19, 2024
1 parent 9e53b74 commit 2fdc640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"packaging>=21.3",
"securesystemslib[crypto,pynacl]>=0.26.0",
"setuptools>=65.5.1",
"tuf==3.1.*",
"tuf==4.0.*",
# constraints on sub-dependencies
"certifi>=2022.12.7",
"cryptography>=38.0.3",
Expand Down

0 comments on commit 2fdc640

Please sign in to comment.