diff --git a/pyproject.toml b/pyproject.toml index ddb32ce..a016495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.10" -typer = "^0.9.0" -rich = "^13.7.0" +python = ">=3.11,<4.0" +typer = "^0.17.4" +rich = "^14.1.0" pyyaml = "^6.0.1" csv2md = "^1.2.0" random_sets = { git = "https://github.com/evilchili/random-sets", branch="main" } @@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py311'] [tool.isort] multi_line_output = 3