From 68d8a8695298381377b41ad4ebfd86c813e50f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:50:32 +0000 Subject: [PATCH] Update sendgrid requirement from <7.0,>=6.0 to >=6.12.5,<7.0 Updates the requirements on [sendgrid](https://github.com/sendgrid/sendgrid-python) to permit the latest version. - [Release notes](https://github.com/sendgrid/sendgrid-python/releases) - [Changelog](https://github.com/sendgrid/sendgrid-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-python/compare/v6.0.0...6.12.5) --- updated-dependencies: - dependency-name: sendgrid dependency-version: 6.12.5 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..434c72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = "<4.0,>=3.11" dependencies = [ "aiohttp<4.0,>=3.10", "twilio<10.0,>=9.3", - "sendgrid<7.0,>=6.0", + "sendgrid>=6.12.5,<7.0", "marshmallow>=3.23,<5.0", ] name = "evl-daemon-python"