From a84b84a6f6e1bdfe16cd6bdece5739399f1562a4 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Thu, 31 Oct 2024 10:49:43 +0000 Subject: [PATCH] Updated v0.1.1 for https links to all dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26e2992..d5647bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "facet-scanner" -version = "0.1.0" +version = "0.1.1" description = "Extracts facets from datasets to add to elasticsearch." authors = ["Daniel Westwood "] license = "{file='LICENSE'}" @@ -27,7 +27,7 @@ tqdm = "^4.66.6" sphinx = "^8.1.3" directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" } ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" } -tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" } +tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.3" } pytest = "^8.3.3"