From ff02921d8429fbbc9d4900492f9f86e3b195efe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 08:22:14 +0000 Subject: [PATCH] chore(deps): bump pysimdjson from 6.0.2 to 7.0.2 Bumps [pysimdjson](https://github.com/TkTech/pysimdjson) from 6.0.2 to 7.0.2. - [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.2) --- updated-dependencies: - dependency-name: pysimdjson dependency-version: 7.0.2 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 788e989..cd8f444 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fast-json==0.3.2 orjson==3.11.5 pyjson5==2.0.1 -pysimdjson==6.0.2 ; python_version < '3.13' +pysimdjson==7.0.2 ; python_version < '3.13' python-rapidjson==1.23 simplejson==4.1.1 ujson==5.11.0