From 984555e7e4ed6f82b4d1518065f6ca8fd49b0d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:44:53 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23206aa..8b329ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "itsdangerous==2.2.0", "jinja2==3.1.6", "msgpack==1.1.2", - "orjson==3.11.5", + "orjson==3.11.7", "pydantic==2.12.5", "strictyaml==1.7.3", "python-multipart==0.0.22",