From d71576891f3689e654f42a9e6d4a94e0b365a3b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:50:58 +0000 Subject: [PATCH] build(deps): Bump orjson from 3.9.15 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.15 to 3.11.6. - [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.9.15...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af2dc58..27b21e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ odfpy==1.4.1 # via flattentool openpyxl==3.0.7 # via flattentool -orjson==3.9.15 +orjson==3.11.6 # via libcoveocds packaging==24.1 # via gunicorn diff --git a/requirements_dev.txt b/requirements_dev.txt index 52db864..6d8461e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -152,7 +152,7 @@ openpyxl==3.0.7 # via # -r requirements.txt # flattentool -orjson==3.9.15 +orjson==3.11.6 # via # -r requirements.txt # libcoveocds