From 73eababb9e3a9bb5a13bd6b066a572099f44be16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:46:08 +0000 Subject: [PATCH] Bump orjson from 3.9.0 to 3.11.5 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.0 to 3.11.5. - [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.9.0...3.11.5) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d68aaa3..6faeaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "gluonts~=0.15.1", "typeshed-client==2.3.0", "docstring-parser==0.15", - "orjson==3.9.0", + "orjson==3.11.5", "einops>=0.6.1", "pydantic==1.10.8", "transformers==4.50.0",