Skip to content

Commit 01368a7

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 8fff85f commit 01368a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ jsonschema>=4.4,<4.24
22
pulpcore>=3.49.0,<3.70
33
pyjwt[crypto]>=2.4,<2.10
44
pycares<4.9
5-
pysequoia==0.1.32
5+
pysequoia>=0.1.33,<0.2.0

0 commit comments

Comments
 (0)