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 0749e8f commit e115954Copy full SHA for e115954
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "robotframework-heal"
3
-version = "0.2.1"
+version = "0.3.0"
4
description = "A Robot Framework Listener for library agnostic self-healing and smart recovery of tests"
5
authors = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
6
maintainers = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
@@ -35,7 +35,7 @@ pytest = "*"
35
invoke = "*"
36
coverage = "*"
37
robotframework-stacktrace = "*"
38
-mkdocs-material = "^9.6.3"
+mkdocs-material = "*"
39
40
[build-system]
41
requires = ["poetry-core"]
0 commit comments