Skip to content

Commit cb5deaf

Browse files
Support for Python 3.12
1 parent a716201 commit cb5deaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magma-suite"
3-
version = "3.4.1.1b5" # TODO: To become 3.5.0
3+
version = "3.4.1.1b6" # TODO: To become 3.5.0
44
description = "Collection of tools to manage meta-workflows automation."
55
authors = ["Michele Berselli <[email protected]>", "Doug Rioux", "Soo Lee", "CGAP team"]
66
license = "MIT"
@@ -22,9 +22,9 @@ packages = [
2222

2323
[tool.poetry.dependencies]
2424
python = ">=3.8.1,<3.13"
25-
dcicutils = "8.12.0.1b10"
25+
dcicutils = "^8.13.0"
2626
docutils = ">=0.10,<0.17,"
27-
tibanna-ff = "3.4.1.1b4"
27+
tibanna-ff = "3.4.1.1b6"
2828
packaging = "^23.0"
2929
click = "^7.1.2"
3030

0 commit comments

Comments
 (0)