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 <[email protected]>
1 parent 5947bd0 commit bc3ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)