From b09af7e04320c70660b5fa9ad8627ce82df89e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:04:31 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62d3fb5..29201e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fast-json==0.3.2 orjson==3.11.3 -pyjson5==1.6.9 +pyjson5==2.0.0 pysimdjson==6.0.2 ; python_version < '3.13' python-rapidjson==1.21 simplejson==3.20.2