diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6d989c..6cfe8551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.24.4] - 2024-10-16 -- Fixes dependency downgrade for `phonenumbers` and `twilio` +- Updates `phonenumbers` and `twilio` to latest versions ## [0.24.3] - 2024-09-24 diff --git a/setup.py b/setup.py index a7136b4b..201d5235 100644 --- a/setup.py +++ b/setup.py @@ -121,8 +121,8 @@ "asgiref>=3.4.1,<4", "typing_extensions>=4.1.1,<5.0.0", "Deprecated==1.2.13", - "phonenumbers>=8.12.48", - "twilio>=7.9.1", + "phonenumbers==8.13.47", + "twilio==9.3.3", "aiosmtplib>=1.1.6,<4.0.0", "pkce==1.0.3", ],