From de0f2432398a1754a4bc54f8f53ebd12019a2adb Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Sun, 5 Nov 2023 01:39:40 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 732c0871..1b894f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" click = ">=8.1.6" -curies = ">=0.7.1" +curies = ">=0.7.2" linkml-runtime = ">=1.5.5" importlib-metadata = ">=6.8.0" pandas = ">1.0.3"