From 6f75f6bd485d85f4a3b3a71bc34df064dc41e3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:33:01 +0000 Subject: [PATCH] chore(deps): update orjson requirement from >=3.11.5 to >=3.11.9 Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [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.9) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.9 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 b9bdd93..974f24d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ requires-python = ">=3.14" dependencies = [ "adaptix>=3.0.0b12", - "orjson>=3.11.5", + "orjson>=3.11.9", "pyyaml>=6.0.3", "structlog>=25.5.0", ]