From 987bca500b4c1353f70bc1cf8c1e50725ccf13ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:47:27 +0000 Subject: [PATCH] build(deps): update json5 requirement Updates the requirements on [json5](https://github.com/dpranke/pyjson5) to permit the latest version. - [Commits](https://github.com/dpranke/pyjson5/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: json5 dependency-version: 0.15.0 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 3bc98ef..143483a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "json5>=0.14.0,<1.0.0", + "json5>=0.15.0,<1.0.0", "requests>=2.33.1,<3.0.0", "dependency-algorithm>=0.1,<0.2", ]