diff --git a/pyproject.toml b/pyproject.toml index 2beaf6f..ebe81fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "phonenumberslite==8.13.33", "pydantic==2.6.4", "rich==13.7.1", - "typer[all]==0.10.0", + "typer[all]==0.12.0", "Unidecode==1.3.8", ] @@ -35,7 +35,7 @@ dev = [ "bandit[toml]==1.7.8", "black==24.3.0", "flake8-bugbear==24.2.6", - "flake8-builtins==2.2.0", + "flake8-builtins==2.4.0", "flake8-comprehensions==3.14.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1",