From 63add223ddf633b6c5f0869db11d796242f5cb80 Mon Sep 17 00:00:00 2001 From: joeflack4 Date: Thu, 15 Jul 2021 16:40:43 -0400 Subject: [PATCH] Updated dependencies - SSSOM.py: Locked in to a specific commit that currently works for us, following a PR that recently fixed the [linkml/linkml_runtime].utils related issue. Future development will probably break this dependency for us, so good to lock in now. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index eb2e917..5e42e60 100644 --- a/Pipfile +++ b/Pipfile @@ -29,7 +29,7 @@ PyYAML = "*" PyLD = "*" PyGithub = "*" py2neo = "*" -sssom = {editable = true, git = "https://github.com/mapping-commons/sssom-py"} +sssom = {editable = true, git = "https://github.com/mapping-commons/sssom-py", ref = "b5ffb0d71f7ec6d06991be25f5853682c1c107d9"} prefixcommons = "*" shortuuid = "*" pyrdfa3 = "*"