From 333c637bbeea971df1edb30a1bd3338cecd12ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:43:05 +0000 Subject: [PATCH] Bump orjson from 3.11.7 to 3.12.0 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.7 to 3.12.0. - [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.12.0) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..5908e3f7 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.12.0", ] test = [ "black==25.9.0", diff --git a/requirements-speed.txt b/requirements-speed.txt index bf3cf6b5..6eed0eb0 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1,2 +1,2 @@ ciso8601==2.3.3 -orjson==3.11.7 +orjson==3.12.0