From 3deab3c8f4ad11612a47667942828a00ef8cf01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:38:35 +0000 Subject: [PATCH] build(deps): bump orjson from 3.11.5 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.5 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.11.5...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 7218bb9..0f26ae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ odfpy==1.4.1 # via flattentool openpyxl==3.1.2 # via flattentool -orjson==3.11.5 +orjson==3.11.6 # via # libcoveocds # ocdskit diff --git a/requirements_dev.txt b/requirements_dev.txt index 7eee72d..724a265 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -144,7 +144,7 @@ openpyxl==3.1.2 # via # -r requirements.txt # flattentool -orjson==3.11.5 +orjson==3.11.6 # via # -r requirements.txt # libcoveocds