From bf275de635e78c97cbb4c1104c36ee054650682d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 05:34:01 +0000 Subject: [PATCH] BUILD: update referencing requirement from <0.36.0 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.1.0...v0.36.1) --- updated-dependencies: - dependency-name: referencing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcc8fd7b6c8..dee74e43357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pyyaml", "defusedxml>=0.7,<8.0", "attrs!=24.3.0", - "referencing<0.36.0", + "referencing<0.37.0", ] [project.optional-dependencies]