From 4744550a3c4f5a120599c5a6754f1bb7b2744c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:13:44 +0100 Subject: [PATCH] core: bump twilio from 9.3.6 to 9.3.7 (#12061) Bumps [twilio](https://github.com/twilio/twilio-python) from 9.3.6 to 9.3.7. - [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.6...9.3.7) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9cf768a8d91c..014ba096d788 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4785,18 +4785,18 @@ wsproto = ">=0.14" [[package]] name = "twilio" -version = "9.3.6" +version = "9.3.7" description = "Twilio API client and TwiML generator" optional = false python-versions = ">=3.7.0" files = [ - {file = "twilio-9.3.6-py2.py3-none-any.whl", hash = "sha256:c5d7f4cfeb50a7928397b8f819c8f7fb2bb956a1a2cabbda1df1d7a40f9ce1d7"}, - {file = "twilio-9.3.6.tar.gz", hash = "sha256:d42691f7fe1faaa5ba82942f169bfea4d7f01a0a542a456d82018fb49bd1f5b2"}, + {file = "twilio-9.3.7-py2.py3-none-any.whl", hash = "sha256:7d5d05140530f0eaf60d6a810c88da443cb2e6aad18a0830e4cb0ccd7b338d30"}, + {file = "twilio-9.3.7.tar.gz", hash = "sha256:0f747f6c29b0ddc50a55e51739abb28c83b83d97917b02e784119058a310db05"}, ] [package.dependencies] aiohttp = ">=3.8.4" -aiohttp-retry = ">=2.8.3" +aiohttp-retry = "2.8.3" PyJWT = ">=2.0.0,<3.0.0" requests = ">=2.0.0"