diff --git a/poetry.lock b/poetry.lock index 7915d57..e8728c0 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,13 +864,13 @@ files = [ [[package]] name = "twilio" -version = "9.3.6" +version = "9.4.4" 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.4-py2.py3-none-any.whl", hash = "sha256:eea20c4d58ca7dd32d9763dbf4de19acba2eb8b543a761ea79efd455c94cfadf"}, + {file = "twilio-9.4.4.tar.gz", hash = "sha256:60dc5fbae13df9aa83b16025c6f953831c50fd2cb65d53d940bc2289f65211a2"}, ] [package.dependencies] @@ -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"