From c2be313793526926787b38aef4c0b6753252697d Mon Sep 17 00:00:00 2001 From: evilchili Date: Fri, 26 Sep 2025 19:39:31 -0700 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 697ab4c..4cd1667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ 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" } +random_sets = { git = "https://git.evilchi.li/evilchili/random-sets", branch="main" } [tool.poetry.group.dev.dependencies] pytest = "^7.4.3"