upgrade dependencies
This commit is contained in:
parent
319163bc1c
commit
b93c6ea514
|
@ -9,9 +9,9 @@ packages = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = ">=3.11,<4.0"
|
||||||
rich = "^13.7.0"
|
rich = "^14.1.0"
|
||||||
typer = "^0.9.0"
|
typer = "^0.17.4"
|
||||||
dice = "^4.0.0"
|
dice = "^4.0.0"
|
||||||
random_sets = { git = "https://github.com/evilchili/random-sets", branch="main" }
|
random_sets = { git = "https://github.com/evilchili/random-sets", branch="main" }
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target-version = ['py310']
|
target-version = ['py311']
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user