From 9a865d55f0bc1e595a4af837f77990a771d27f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:09:33 +0000 Subject: [PATCH] Update referencing requirement in /python Updates the requirements on [referencing](https://github.com/python-jsonschema/referencing) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](https://github.com/python-jsonschema/referencing/compare/v0.35.0...v0.37.0) --- updated-dependencies: - dependency-name: referencing dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index cd069ac..032efd6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.11" dependencies = [ # format-nongpl registers date-time/uri/duration/hostname checkers used as assertions "jsonschema[format-nongpl]>=4.23.0", - "referencing>=0.35.0,<0.37.0", + "referencing>=0.35.0,<0.38.0", # ArtifactIntegrity.v1 Ed25519 sign/verify (docs/trust-model.md) "PyNaCl>=1.5.0,<2", ] @@ -31,7 +31,7 @@ quality = [ # verifier OCI image or a PCS_BUILD_VERIFIER=1 wheel (see docs/distribution.md). verifier = [ "jsonschema[format-nongpl]>=4.23.0", - "referencing>=0.35.0,<0.37.0", + "referencing>=0.35.0,<0.38.0", ] [project.scripts]