Skip to content

Commit e115954

Browse files
committed
Deps: Inc version and remove mkdocs restriction
1 parent 0749e8f commit e115954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotframework-heal"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "A Robot Framework Listener for library agnostic self-healing and smart recovery of tests"
55
authors = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
66
maintainers = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
@@ -35,7 +35,7 @@ pytest = "*"
3535
invoke = "*"
3636
coverage = "*"
3737
robotframework-stacktrace = "*"
38-
mkdocs-material = "^9.6.3"
38+
mkdocs-material = "*"
3939

4040
[build-system]
4141
requires = ["poetry-core"]

0 commit comments

Comments
 (0)