From 4e991be5accad62d8e4fa7036a1228052b195a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:15:38 +0000 Subject: [PATCH] build(deps): bump orjson from 3.11.5 to 3.11.7 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.5 to 3.11.7. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.7) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-binary.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-binary.in b/requirements-binary.in index 4f5233c..0695144 100644 --- a/requirements-binary.in +++ b/requirements-binary.in @@ -1,2 +1,2 @@ -orjson==3.11.5 +orjson==3.11.7 ruff==0.14.11