From 53e0033d3e2d66a0e6bcca4737968bbf4ae17f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:03:13 +0000 Subject: [PATCH] Bump orjson from 3.11.8 to 3.11.9 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.8 to 3.11.9. - [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.8...3.11.9) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5687bd5..52dc7b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "aiohttp==3.13.5", - "orjson==3.11.8", + "orjson==3.11.9", "packaging==26.2", "xmltodict==1.0.4", ]