From d8fc6e96ace53d5da7c222409553bde3497804bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:02:44 +0000 Subject: [PATCH] Bump twilio from 7.4.0 to 7.16.1 Bumps [twilio](https://github.com/twilio/twilio-python) from 7.4.0 to 7.16.1. - [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/7.4.0...7.16.1) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0455915..c37093f 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ python-dateutil = "==2.8.2" python-decouple = "==3.6" requests = "==2.27.0" requests-oauthlib = "==1.3.0" -twilio = "==7.4.0" +twilio = "==7.16.1" google-cloud-secret-manager = "==2.8.0" [dev-packages]