From 5623823fad547af4a65fab6a86e967c63fb3b699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:10:47 +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 4.0.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...v4.0.0) --- updated-dependencies: - dependency-name: sigstore dependency-version: 4.0.0 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 fd758c4..aaa1b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pydantic >= 2.10.0", "requests", "rfc3986", - "sigstore >= 3.5.3, < 3.7", + "sigstore >= 3.5.3, < 4.1", "sigstore-protobuf-specs", ] requires-python = ">=3.9"