dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
71 stars 1 forks source link

Upgrade tuf dependency to 4.0 #135

Closed dennisvang closed 2 months ago

dennisvang commented 2 months ago

The public API changes in python-tuf v4.0.0 do not seem to affect us, but theupdateframework/python-tuf@cb9aa4a does affect our client, due to my ill-fated choice to use the private ngclient.Updater._trusted_set.

fixes #133

related to secure-systems-lab/securesystemslib#767

dennisvang commented 2 months ago

Also survived manual testing with tufup-example