From bacd0348d99d3e2a66f924015750819cbc429e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:21:12 +0000 Subject: [PATCH] Bump orjson from 3.11.0 to 3.11.1 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.0 to 3.11.1. - [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.0...3.11.1) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.1 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 65c537c..950facf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ # Production requirements "aiohttp==3.12.14", "mashumaro==3.16", - "orjson==3.11.0", + "orjson==3.11.1", # Test requirements "aioresponses==0.7.8",