From d5bc880ba61cb35dba5dc248e4f49e38d4ad4d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:05:44 +0000 Subject: [PATCH] Bump orjson from 3.10.18 to 3.11.2 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.18 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.10.18...3.11.2) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..306c3f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "django-taggit==6.1.0", "environs[django]==14.2.0", "fontawesomefree==6.6.0", - "orjson==3.10.18", + "orjson==3.11.2", "psycopg2-binary==2.9.10", "shortuuid==1.0.13", ]