From 37cd557b12c187aa54355d122cdc5ab3ccada235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:42:39 +0000 Subject: [PATCH] Bump orjson from 3.11.7 to 3.11.9 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.7 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.7...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 +- requirements-speed.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a4b0257..2f99a0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] [project.optional-dependencies] speed = [ "ciso8601==2.3.3", - "orjson==3.11.7", + "orjson==3.11.9", ] test = [ "black==25.9.0", diff --git a/requirements-speed.txt b/requirements-speed.txt index bf3cf6b5..318defc8 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1,2 +1,2 @@ ciso8601==2.3.3 -orjson==3.11.7 +orjson==3.11.9