From 5e0ced51b88c116c41045acd646f6a77f2911256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 07:01:43 +0000 Subject: [PATCH] Bump orjson from 3.10.16 to 3.10.18 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.16 to 3.10.18. - [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.16...3.10.18) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.10.18 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 6b79776..fbb1a26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ # Production requirements "aiohttp==3.11.18", "mashumaro==3.15", - "orjson==3.10.16", + "orjson==3.10.18", # Test requirements "aioresponses==0.7.8",