From 935c28d2119aee53e7fec22b309ee6e43d19b076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:03:38 +0000 Subject: [PATCH] Bump orjson from 3.11.4 to 3.11.5 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.4 to 3.11.5. - [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.4...3.11.5) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.5 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 d71cbe3c..c5192462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] [project.optional-dependencies] speed = [ "ciso8601==2.3.3", - "orjson==3.11.4", + "orjson==3.11.5", ] test = [ "black==25.9.0", diff --git a/requirements-speed.txt b/requirements-speed.txt index fcd4a46c..ed91d394 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1,2 +1,2 @@ ciso8601==2.3.3 -orjson==3.11.4 +orjson==3.11.5