From acf3789eafb698735c2ae284b8c2c07e424602cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:41:07 +0000 Subject: [PATCH] Bump twilio from 9.3.6 to 9.4.1 Bumps [twilio](https://github.com/twilio/twilio-python) from 9.3.6 to 9.4.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/9.3.6...9.4.1) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7915d57..91ba96a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -864,18 +864,18 @@ files = [ [[package]] name = "twilio" -version = "9.3.6" +version = "9.4.1" 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.4.1-py2.py3-none-any.whl", hash = "sha256:2447e041cec11167d7765aaa62ab1dae3b82b712245ca9a966096acd8b9f426f"}, + {file = "twilio-9.4.1.tar.gz", hash = "sha256:e24c640696ccc726bba14160951da3cfc6b4bcb772fdcb3e8c16dc3cc851ef12"}, ] [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" @@ -995,4 +995,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "84bfd2b52af5500c468f4d5fabe08a36c77730b533de20dc5b324dfd7c53536b" +content-hash = "d3ca8ed36df2c527762c8bb545cc295a3c725054bbe9174b971b6989d7782048" diff --git a/pyproject.toml b/pyproject.toml index 4342437..54772b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" aiohttp = "^3.10" -twilio = "^9.3" +twilio = "^9.4" sendgrid = "^6.0" marshmallow = "^3.23"