diff --git a/pyproject.toml b/pyproject.toml index cc9409c..2d0909e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.10" -rich = "^13.5.2" +python = ">=3.11,<4.0" +rich = "^14.1.0" [tool.poetry.dev-dependencies] pytest = "^7.4.0" @@ -20,7 +20,7 @@ pyproject-autoflake = "^1.0.2" [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py311'] [tool.isort] multi_line_output = 3