update dependencies

This commit is contained in:
evilchili 2025-09-26 17:36:29 -07:00
parent 8f47606a2a
commit 1af88dd147

View File

@ -9,12 +9,12 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.10"
rich = "^13.7.0"
typer = "^0.9.0"
python = ">=3.11,<4.0"
rich = "^14.1.0"
typer = "^0.17.4"
dice = "^4.0.0"
dnd-name-generator = { git = "https://github.com/evilchili/dnd-name-generator", branch='main' }
dnd-name-generator = { git = "https://git.evilchi.li/evilchili/dnd-name-generator.git", branch='main' }
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
@ -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