From 454ca7accd87f1b513f61d4cf2bbcb754e6c2330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 11:02:15 +0000 Subject: [PATCH] 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-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0900c5f3..4805319f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,7 +5,7 @@ pytest-benchmark==5.1.0 coverage==7.8.0 simplejson==3.19.2 ujson==5.9.0 -pysimdjson==6.0.2 +pysimdjson==7.0.0 python-rapidjson==1.14 cysimdjson==23.8 responses==0.24.1