From 5ed2c00c89ef1153405f178a631e6b8061d2deac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:50:59 +0000 Subject: [PATCH] Update marshmallow requirement from <5.0,>=3.23 to >=4.3.0,<5.0 Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.0...4.3.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e775e37..7c44be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "aiohttp<4.0,>=3.10", "twilio<10.0,>=9.3", "sendgrid<7.0,>=6.0", - "marshmallow>=3.23,<5.0", + "marshmallow>=4.3.0,<5.0", ] name = "evl-daemon-python" version = "0.1.0"