diff --git a/poetry.lock b/poetry.lock index 7915d57..2e48b71 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.3" 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.3-py2.py3-none-any.whl", hash = "sha256:25b383c5f3e2a2d18c5740ae3cc6ac0ed1f3725e84a83021c2443da6124bcd8b"}, + {file = "twilio-9.4.3.tar.gz", hash = "sha256:875566e64179644a95fa20b2db6916ae5f43245988761379afda5fb705e9052a"}, ] [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"