From d4daf0b3f461b95fe6e7a4c82571a65a0fd67862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:14:13 +0000 Subject: [PATCH] chore(deps): bump pysimdjson from 6.0.2 to 7.0.0 Bumps [pysimdjson](https://github.com/TkTech/pysimdjson) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/TkTech/pysimdjson/releases) - [Changelog](https://github.com/TkTech/pysimdjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/TkTech/pysimdjson/compare/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: pysimdjson dependency-version: 7.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 1cc38d7..8376f64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fast-json==0.3.2 orjson==3.10.18 pyjson5==1.6.9 -pysimdjson==6.0.2 ; python_version < '3.13' +pysimdjson==7.0.0 ; python_version < '3.13' python-rapidjson==1.20 simplejson==3.20.1 ujson==5.10.0