From fb3b2ca199af2eb0d0f80974f1fab1bbbc31658a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:22:26 +0000 Subject: [PATCH] Bump orjson from 3.10.18 to 3.11.6 in /backend Bumps [orjson](https://github.com/ijl/orjson) from 3.10.18 to 3.11.6. - [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.10.18...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ca39e3a..1d8b678 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" dependencies = [ "fastapi==0.115.14", "httpx==0.28.1", - "orjson==3.10.18", + "orjson==3.11.6", "pydantic==2.11.7", "pydantic-settings==2.10.1", "python-dotenv==1.2.2",