From efdad15fb97630219f071fd5bcc9197432707b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:29:02 +0000 Subject: [PATCH] chore(deps): bump pyjson5 from 1.6.9 to 2.0.0 Bumps [pyjson5](https://github.com/Kijewski/pyjson5) from 1.6.9 to 2.0.0. - [Release notes](https://github.com/Kijewski/pyjson5/releases) - [Changelog](https://github.com/Kijewski/pyjson5/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kijewski/pyjson5/compare/v1.6.9...v2.0.0) --- updated-dependencies: - dependency-name: pyjson5 dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c0e652f..6034a1a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "plotly>=5.24.0,<7.0.0", "humanize<5.0.0,>=4.10.0", "pytest-snapshot>=0.9.0", - "pyjson5==1.6.9", + "pyjson5==2.0.0", "mini-racer>=0.12.4", "rustworkx>=0.15.1", "typing-extensions>=4.12.2",