From ac8f04bd6ebf00f72f75a69e13f284de8f9fd94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:37:33 +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 183b90e..cca90e6 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.1.1",