From d3410a330f9e415056c3d3aa8cded1f1d28d75fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:34:55 -0800 Subject: [PATCH] build(deps): bump rfc3161-client from 0.1.2 to 1.0.0 (#1268) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 995652be..1907f34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "requests", "rich ~= 13.0", "rfc8785 ~= 0.1.2", - "rfc3161-client ~= 0.1.2", + "rfc3161-client >= 0.1.2,< 1.1.0", # NOTE(ww): Both under active development, so strictly pinned. "sigstore-protobuf-specs == 0.3.2", "sigstore-rekor-types == 0.0.18",