[UPD] poetry: phonenumbers 8.13.3

This commit is contained in:
Mathieu Benoit 2022-12-22 04:32:13 -05:00
parent 5eef310e38
commit 4e22881d0b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -2818,14 +2818,14 @@ ptyprocess = ">=0.5"
[[package]] [[package]]
name = "phonenumbers" 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." description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "phonenumbers-8.13.2-py2.py3-none-any.whl", hash = "sha256:884b26f775205261f4dc861371dce217c1661a4942fb3ec3624e290fb51869bf"}, {file = "phonenumbers-8.13.3-py2.py3-none-any.whl", hash = "sha256:14f5a639eb47548595bb2baeff7bb63b32c95a4f79eed4dc7529afa2a65002d1"},
{file = "phonenumbers-8.13.2.tar.gz", hash = "sha256:0179f688d48c0e7e161eb7b9d86d587940af1f5174f97c1fdfd893c599c0d94a"}, {file = "phonenumbers-8.13.3.tar.gz", hash = "sha256:7d0c45c154013970b78b86f4188e0e00a8e77d6bebef7c81efdc038db876eeba"},
] ]
[[package]] [[package]]
@ -5412,4 +5412,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.16" python-versions = "^3.7.16"
content-hash = "68c5a99704ac16e8c0e14f095225b8939d2a82c150e150b6ab63da39021a1b0f" content-hash = "3cc794b9b228f57f1856edcfff0091833a79924c1da6f8ca7576d489ef406f17"

View file

@ -91,7 +91,7 @@ passlib = "1.6.5"
pdf2image = "^1.16.0" pdf2image = "^1.16.0"
pdfminer = "^20191125" pdfminer = "^20191125"
pexpect = "^4.8.0" pexpect = "^4.8.0"
phonenumbers = "^8.13.2" phonenumbers = "^8.13.3"
pillow = "9.3.0" pillow = "9.3.0"
plotly = "4.1.0" plotly = "4.1.0"
premailer = "^3.10.0" premailer = "^3.10.0"