We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e67e8 commit 5252cfaCopy full SHA for 5252cfa
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "facet-scanner"
3
-version = "0.1.4"
+version = "0.1.6"
4
description = "Extracts facets from datasets to add to elasticsearch."
5
authors = ["Daniel Westwood <[email protected]>"]
6
license = "{file='LICENSE'}"
@@ -27,7 +27,7 @@ tqdm = "^4.66.6"
27
sphinx = "^7"
28
directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.3" }
29
ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" }
30
-tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.7" }
+tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.9" }
31
pytest = "^8.3.3"
32
33
0 commit comments