Skip to content

Commit bc3ebd8

Browse files
author
Lukas Puehringer
committed
Constrain securesystemslib dependency to <0.32.0
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 <lukas.puehringer@nyu.edu>
1 parent 5947bd0 commit bc3ebd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ classifiers = [
4646
]
4747
dependencies = [
4848
"requests>=2.19.1",
49-
"securesystemslib>=0.26.0",
49+
"securesystemslib>=0.26.0,<0.32.0",
5050
]
5151
dynamic = ["version"]
5252

0 commit comments

Comments
 (0)