diff --git a/pyproject.toml b/pyproject.toml index b8684e7..c1fe331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ classifiers = [ dependencies = [ "email_validator==2.1.1", "phonenumberslite==8.13.31", - "pydantic==2.6.2", - "rich==13.7.0", + "pydantic==2.6.3", + "rich==13.7.1", "typer[all]==0.9.0", "Unidecode==1.3.8", ]