From 43d016916c2ac78ae3beb124c6ef8971b5a51964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:56:35 +0000 Subject: [PATCH] Update twilio requirement from <8.0.0,>=6.0.0 to >=6.0.0,<9.0.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/6.0.0...8.0.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-base.txt b/requirements/requirements-base.txt index aedb825..dc85a63 100644 --- a/requirements/requirements-base.txt +++ b/requirements/requirements-base.txt @@ -12,5 +12,5 @@ pyfcm # sms/phone phonenumbers>=7.7.3 -twilio>=6.0.0,<8.0.0 +twilio>=6.0.0,<9.0.0 boto3>1.4.0,<2.0.0