diff --git a/pyproject.toml b/pyproject.toml index 9fde2b4..d0f4f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ bibli-o-mat = "bibli_o_mat.main:app" [tool.poetry.dependencies] python = "^3.11" requests = "^2.28.2" -typer = "^0.7.0" +typer = "^0.12.0" tinydb = "^4.7.1" mailtrap = "^2.0.0" rich = "^13.3.4"