diff --git a/pyproject.toml b/pyproject.toml index 4d6b40f..4c5599e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ balcony = "balcony.cli:run_app" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.9" typer = "^0.7.0" rich = "^13.3.4" boto3 = "^1.24.80"