diff --git a/pyproject.toml b/pyproject.toml index 0391974..027a1f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "typer >= 0.19.2", + "typer >= 0.23.2", "faker >= 37.8.0", ]