diff --git a/poetry.lock b/poetry.lock index d31fd41..3c69636 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2818,14 +2818,14 @@ ptyprocess = ">=0.5" [[package]] name = "phonenumbers" -version = "8.13.2" +version = "8.13.3" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." category = "main" optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.2-py2.py3-none-any.whl", hash = "sha256:884b26f775205261f4dc861371dce217c1661a4942fb3ec3624e290fb51869bf"}, - {file = "phonenumbers-8.13.2.tar.gz", hash = "sha256:0179f688d48c0e7e161eb7b9d86d587940af1f5174f97c1fdfd893c599c0d94a"}, + {file = "phonenumbers-8.13.3-py2.py3-none-any.whl", hash = "sha256:14f5a639eb47548595bb2baeff7bb63b32c95a4f79eed4dc7529afa2a65002d1"}, + {file = "phonenumbers-8.13.3.tar.gz", hash = "sha256:7d0c45c154013970b78b86f4188e0e00a8e77d6bebef7c81efdc038db876eeba"}, ] [[package]] @@ -5412,4 +5412,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.7.16" -content-hash = "68c5a99704ac16e8c0e14f095225b8939d2a82c150e150b6ab63da39021a1b0f" +content-hash = "3cc794b9b228f57f1856edcfff0091833a79924c1da6f8ca7576d489ef406f17" diff --git a/pyproject.toml b/pyproject.toml index edc281d..870b2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ passlib = "1.6.5" pdf2image = "^1.16.0" pdfminer = "^20191125" pexpect = "^4.8.0" -phonenumbers = "^8.13.2" +phonenumbers = "^8.13.3" pillow = "9.3.0" plotly = "4.1.0" premailer = "^3.10.0"