From 84dba0b6ec1530663058742e0a453f4f3b4b2670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:06:17 +0000 Subject: [PATCH] Bump orjson from 3.11.1 to 3.11.2 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.1 to 3.11.2. - [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.1...3.11.2) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3b46a2..858c92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "django==5.2.5 ; python_full_version >= '3.10'", "django-ninja==1.4.3 ; python_full_version >= '3.7'", "granian==2.5.0 ; python_full_version >= '3.9'", - "orjson==3.11.1 ; python_full_version >= '3.9'", + "orjson==3.11.2 ; python_full_version >= '3.9'", "packaging==25.0 ; python_full_version >= '3.8'", "pip==25.2 ; python_full_version >= '3.9'", "pltable==1.1.0", diff --git a/requirements.txt b/requirements.txt index 64bbc5e..234b20a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. django==5.2.5; python_version >= '3.10' django-ninja==1.4.3; python_version >= '3.7' granian==2.5.0; python_version >= '3.9' -orjson==3.11.1; python_version >= '3.9' +orjson==3.11.2; python_version >= '3.9' packaging==25.0; python_version >= '3.8' pip==25.2; python_version >= '3.9' pltable==1.1.0