From 9509556d09371b8cefba70fe8e7c9b5dd65dbd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:16:40 +0000 Subject: [PATCH] Bump orjson from 3.11.2 to 3.11.3 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.2 to 3.11.3. - [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.2...3.11.3) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 822f4b8..edda426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ # Production requirements "aiohttp==3.12.15", "mashumaro==3.16", - "orjson==3.11.2", + "orjson==3.11.3", # Test requirements "aioresponses==0.7.8",