From b93c6ea514963972fd3eacab3ad12cb583757a15 Mon Sep 17 00:00:00 2001 From: evilchili Date: Fri, 26 Sep 2025 17:33:37 -0700 Subject: [PATCH] upgrade dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3419662..697ab4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ 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" random_sets = { git = "https://github.com/evilchili/random-sets", branch="main" } @@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py311'] [tool.isort] multi_line_output = 3