From 16939ec7056f2993acb9fed709fbf6e8a57b564d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:01:45 +0000 Subject: [PATCH] Update marshmallow requirement from <4.0,>=3.23 to >=3.23,<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.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.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 6f04034..ebb4a55 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<4.0,>=3.23", + "marshmallow>=3.23,<5.0", ] name = "evl-daemon-python" version = "0.1.0"