From e195608ea4ad26bfbd8a314926bea26f8c9cf6b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:09:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20mashumaro=20to=20v3?= =?UTF-8?q?.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f1c8d8..02ca01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ruff==0.15.12", "aiohttp==3.13.5", "prometheus-client==0.25.0", - "mashumaro==3.20", + "mashumaro==3.21", "mkdocs-material==9.7.6", "mkdocstrings[python]==1.0.4", "pytest-asyncio==1.3.0",