update dependencies

This commit is contained in:
evilchili 2025-09-27 10:53:32 -07:00
parent 30444baef1
commit 49e1d339e2

View File

@ -14,7 +14,7 @@ typer = "^0.17.4"
rich = "^14.1.0" rich = "^14.1.0"
pyyaml = "^6.0.1" pyyaml = "^6.0.1"
csv2md = "^1.2.0" 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] [tool.poetry.dev-dependencies]
pytest = "^7.4.3" pytest = "^7.4.3"