From 4e640434757f84a69099cdc0ab63e48c94eed9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:44:51 +0000 Subject: [PATCH] Bump orjson from 3.9.0 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.0 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.9.0...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 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..8d5da64 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.6", "einops>=0.6.1", "pydantic==1.10.8", "transformers==4.50.0",