diff --git a/pyproject.toml b/pyproject.toml index 0326eba..1d597d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools>=82.0.1", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta" @@ -14,8 +14,8 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.109.1,<3.0.0", - "iamraw>=4.92.0,<5.0.0", + "utilo>=2.110.1,<3.0.0", + "iamraw>=4.95.0,<5.0.0", "protoerror>=3.20.2,<4.0.0", "resinf>=1.0.4,<2.0.0", "pdflog>=1.0.2,<2.0.0", @@ -37,8 +37,8 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.4,<2.0.0", - "hoverpower>=1.5.2,<2.0.0", + "utilotest>=1.0.5,<2.0.0", + "hoverpower>=1.6.1,<2.0.0", "mundare>=1.0.2,<2.0.0", ]