Skip to content

Commit

Permalink
pin python-tuf version to 2.0.*, as 2.1.0 makes some breaking changes
Browse files Browse the repository at this point in the history
probably because of our use of the private Updater._trusted_set
  • Loading branch information
dennisvang committed Feb 3, 2023
1 parent 0e55e4e commit 642c22c
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.*",
"securesystemslib[crypto,pynacl]==0.24.*",
"setuptools>=65.5.1",
"tuf==2.*",
"tuf==2.0.*",
# constraints on sub-dependencies
"certifi>=2022.12.7",
"cryptography>=38.0.3",
Expand Down

0 comments on commit 642c22c

Please sign in to comment.