From c4d824efb05a5521cd209c52cc5edbcb3fdbb822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:54:11 +0000 Subject: [PATCH] Bump twilio from 6.30.0 to 8.8.0 Bumps [twilio](https://github.com/twilio/twilio-python) from 6.30.0 to 8.8.0. - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Upgrade guide](https://github.com/twilio/twilio-python/blob/main/UPGRADE.md) - [Commits](https://github.com/twilio/twilio-python/compare/6.30.0...8.8.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c946498..8a18184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flake8==3.7.8 Django==3.2.0 # Third-party app dependencies -twilio==6.30.0 +twilio==8.8.0 whitenoise==4.1.3 phonenumbers==8.10.17 python-dotenv==0.10.3