We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a716201 commit cb5deafCopy full SHA for cb5deaf
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "magma-suite"
3
-version = "3.4.1.1b5" # TODO: To become 3.5.0
+version = "3.4.1.1b6" # TODO: To become 3.5.0
4
description = "Collection of tools to manage meta-workflows automation."
5
authors = ["Michele Berselli <[email protected]>", "Doug Rioux", "Soo Lee", "CGAP team"]
6
license = "MIT"
@@ -22,9 +22,9 @@ packages = [
22
23
[tool.poetry.dependencies]
24
python = ">=3.8.1,<3.13"
25
-dcicutils = "8.12.0.1b10"
+dcicutils = "^8.13.0"
26
docutils = ">=0.10,<0.17,"
27
-tibanna-ff = "3.4.1.1b4"
+tibanna-ff = "3.4.1.1b6"
28
packaging = "^23.0"
29
click = "^7.1.2"
30
0 commit comments