Skip to content

Commit ab9f204

Browse files
committed
Require a newer version of pysequoia to fix signature validation
skopeo standalone-verify creates slightly atypical (but legal) PGP signatures which pysequoia <= 0.1.32 was rejecting (via gpg_verify() from pulpcore). We need to declare compatibility with the new version
1 parent 0986ab0 commit ab9f204

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
@@ -26,7 +26,7 @@ dependencies = [
2626
"jsonschema>=4.4,<4.27",
2727
"pulpcore>=3.73.2,<3.115",
2828
"pyjwt[crypto]>=2.4,<2.13",
29-
"pysequoia==0.1.32"
29+
"pysequoia>=0.1.33,<0.2.0"
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)