diff --git a/pyproject.toml b/pyproject.toml index e9f650e..cce8876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.107.4,<3.0.0", - "iamraw>=4.91.4,<5.0.0", + "utilo>=2.109.0,<3.0.0", + "iamraw>=4.91.7,<5.0.0", "configos>=1.0.4,<2.0.0", ] keywords = [] @@ -35,7 +35,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.1,<2.0.0", + "utilotest>=1.0.4,<2.0.0", ] [project.urls]