Skip to content

Commit

Permalink
Pin securesystemslib to current minor version
Browse files Browse the repository at this point in the history
There are several breaking changes coming up in securesystemslib on its
way to 1.0.

To not disrupt in-toto users this patch pins securesystemslib to its
current minor version.

This is similar to what python-tuf and tuf-on-ci do:
- theupdateframework/python-tuf#2600
- theupdateframework/tuf-on-ci#243

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 3, 2024
1 parent b8ff284 commit 54644bf
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 @@ -42,7 +42,7 @@ dependencies = [
"iso8601",
"pathspec",
"python-dateutil",
"securesystemslib[crypto]>=0.31.0",
"securesystemslib[crypto]~=0.31.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 54644bf

Please sign in to comment.