From b54be1f8f3aa2bb98baf96165e4b66e35ab1597b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:58:34 +0000 Subject: [PATCH] build(deps): update sigstore requirement in the python group Updates the requirements on [sigstore](https://github.com/sigstore/sigstore-python) to permit the latest version. Updates `sigstore` to 3.6.0 - [Release notes](https://github.com/sigstore/sigstore-python/releases) - [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: sigstore dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 290eb02..aef3302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "packaging", "pyasn1 ~= 0.6", "pydantic >= 2.10.0", - "sigstore >= 3.5.3, < 3.6", + "sigstore >= 3.5.3, < 3.7", "sigstore-protobuf-specs", ] requires-python = ">=3.9"