diff --git a/pyproject.toml b/pyproject.toml index 72cfd17..644d7ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ classifiers = [ ] dependencies = [ "email_validator==2.1.1", - "phonenumberslite==8.13.31", - "pydantic==2.6.3", + "phonenumberslite==8.13.32", + "pydantic==2.6.4", "rich==13.7.1", "typer[all]==0.9.0", "Unidecode==1.3.8", @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "bandit[toml]==1.7.8", - "black==24.2.0", + "black==24.3.0", "flake8-bugbear==24.2.6", "flake8-builtins==2.2.0", "flake8-comprehensions==3.14.0",