From 2b9430d5b796e123c2c3381fda5c9c9e3715e6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:54:24 +0000 Subject: [PATCH] build(deps-dev): bump sigstore-protobuf-specs from 0.1.0 to 0.2.0 Bumps [sigstore-protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/sigstore/protobuf-specs/releases) - [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/RELEASE.md) - [Commits](https://github.com/sigstore/protobuf-specs/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: sigstore-protobuf-specs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 333d2805..2478cb9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyOpenSSL >= 23.0.0", "requests", "securesystemslib", - "sigstore-protobuf-specs ~= 0.1.0", + "sigstore-protobuf-specs >= 0.1,< 0.3", "tuf >= 2.1,< 4.0", ] requires-python = ">=3.7"