Skip to content

Commit 52cfcff

Browse files
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](twilio/twilio-python@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] <support@github.com>
1 parent a221231 commit 52cfcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = { text = "GPL-3.0-only" }
44
requires-python = "<4.0,>=3.11"
55
dependencies = [
66
"aiohttp<4.0,>=3.10",
7-
"twilio<10.0,>=9.3",
7+
"twilio>=9.10.4,<10.0",
88
"sendgrid<7.0,>=6.0",
99
"marshmallow>=3.23,<5.0",
1010
]

0 commit comments

Comments
 (0)