From e8692075227510d40c8a5a175fd536edd16c93b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:03:12 +0000 Subject: [PATCH] chore(deps): 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 21e140a8..99675478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "aiohttp==3.13.5", - "orjson==3.11.8", + "orjson==3.11.9", ] requirements-test = [ "aioresponses==0.7.8",