Skip to content

Commit 892c789

Browse files
authored
Merge pull request #2600 from lukpueh/set-max-sslib-version
Constrain securesystemslib dependency to <0.32.0
2 parents 5947bd0 + bc3ebd8 commit 892c789

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)