From 01410ff961d49e20965f486eb78f2023582099f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 06:53:11 +0000 Subject: [PATCH] Bump mashumaro from 3.15 to 3.16 Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.15 to 3.16. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.15...v3.16) --- updated-dependencies: - dependency-name: mashumaro dependency-version: '3.16' 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 73364a8..60dc470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ version = "0.0.0" dev = [ # Production requirements "aiohttp==3.11.18", - "mashumaro==3.15", + "mashumaro==3.16", "orjson==3.10.18", # Test requirements