diff --git a/pyproject.toml b/pyproject.toml index 644d7ce..2beaf6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ classifiers = [ ] dependencies = [ "email_validator==2.1.1", - "phonenumberslite==8.13.32", + "phonenumberslite==8.13.33", "pydantic==2.6.4", "rich==13.7.1", - "typer[all]==0.9.0", + "typer[all]==0.10.0", "Unidecode==1.3.8", ] @@ -48,7 +48,7 @@ dev = [ "pytest==8.1.1", ] test = [ - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", "pytest==8.1.1", ]