upgrade dependencies
This commit is contained in:
parent
78aedfa8bd
commit
d1e3a7a260
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user