From 05446b6cc63feb795a2c4b819c6b693732e6cbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:07:54 +0000 Subject: [PATCH] build(deps-dev): update referencing requirement from >=0.35 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.35.0...v0.37.0) --- updated-dependencies: - dependency-name: referencing dependency-version: 0.37.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 700dfc0..72ce94b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ PyYAML==6.0.2 jsonschema>=4.22 -referencing>=0.35 +referencing>=0.37.0 pytest>=8.2 ruff>=0.5 mypy>=1.10