Skip to content

Commit

Permalink
Constrain securesystemslib dependency to <0.32.0
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 tuf users this patch constrains securesystemslib to not
update the current minor version..

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 3, 2024
1 parent 5947bd0 commit bc3ebd8
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 @@ -46,7 +46,7 @@ classifiers = [
]
dependencies = [
"requests>=2.19.1",
"securesystemslib>=0.26.0",
"securesystemslib>=0.26.0,<0.32.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit bc3ebd8

Please sign in to comment.