From 9ef52515ee8f7b6c53285f4d32a9758a419294be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:20:34 +0200 Subject: [PATCH] build(deps): bump rfc3161-client from 0.0.4 to 0.1.1 (#1246) Bumps [rfc3161-client](https://github.com/trailofbits/rfc3161-client) from 0.0.4 to 0.1.1. - [Release notes](https://github.com/trailofbits/rfc3161-client/releases) - [Changelog](https://github.com/trailofbits/rfc3161-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...v0.1.1) --- updated-dependencies: - dependency-name: rfc3161-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02dabee84..69c8da38a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "rich ~= 13.0", "rfc8785 ~= 0.1.2", # NOTE(dm): Under very active development, so strictly pinned. - "rfc3161-client == 0.0.4", + "rfc3161-client == 0.1.1", # NOTE(ww): Both under active development, so strictly pinned. "sigstore-protobuf-specs == 0.3.2", "sigstore-rekor-types == 0.0.18",