From 49e1d339e22d800cc9a08cb77ee2474b37b58334 Mon Sep 17 00:00:00 2001 From: evilchili Date: Sat, 27 Sep 2025 10:53:32 -0700 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a016495..ddeab55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ typer = "^0.17.4" rich = "^14.1.0" pyyaml = "^6.0.1" csv2md = "^1.2.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.dev-dependencies] pytest = "^7.4.3"