From 2df653523ef24728a82c6db19aa8f04810d08ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:28:55 +0000 Subject: [PATCH] Update referencing requirement from >=0.30.2 to >=0.37.0 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.30.2...v0.37.0) --- updated-dependencies: - dependency-name: referencing dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1065c9..0681149 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pyyaml>=6.0.1 json5>=0.9.14 jsonschema>=4.22.0 jsonschema-specifications>=2023.7.1 -referencing>=0.30.2 +referencing>=0.37.0 rpds-py>=0.10.3 # Scientific Computing