From 52cfcff0498b687ad18ee80eaec63d2b85abc6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:50:26 +0000 Subject: [PATCH] Update twilio requirement from <10.0,>=9.3 to >=9.10.4,<10.0 Updates the requirements on [twilio](https://github.com/twilio/twilio-python) to permit the latest version. - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-python/compare/9.3.0...9.10.4) --- updated-dependencies: - dependency-name: twilio dependency-version: 9.10.4 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..6bb5726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ license = { text = "GPL-3.0-only" } requires-python = "<4.0,>=3.11" dependencies = [ "aiohttp<4.0,>=3.10", - "twilio<10.0,>=9.3", + "twilio>=9.10.4,<10.0", "sendgrid<7.0,>=6.0", "marshmallow>=3.23,<5.0", ]