From 9de30edc855b2538c8c3c09748853ffedc056295 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 20 Nov 2024 09:23:27 +0100 Subject: [PATCH] Use new release of `rfc3161-client` Signed-off-by: Alexis --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b831e628..f732b02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,7 @@ dependencies = [ "rich ~= 13.0", "rfc8785 ~= 0.1.2", # NOTE(dm): Under very active development, so strictly pinned. - # "rfc3161-client == 0.0.3", - # TODO(dm) Use a release version but for the moment, we need the `as_bytes` method - "rfc3161-client @ git+https://github.com/trailofbits/rfc3161-client.git@26afadd45e842a29459a0b394f49542f6c554c54", + "rfc3161-client == 0.0.4", # NOTE(ww): Both under active development, so strictly pinned. "sigstore-protobuf-specs == 0.3.2", "sigstore-rekor-types == 0.0.17",