diff --git a/pyproject.toml b/pyproject.toml index 9a3b169..9ead16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "iamraw>=4.93.0,<5.0.0", + "iamraw>=4.95.0,<5.0.0", "pdflog>=1.0.2,<2.0.0", "pillow>=12.3.0,<13.0.0", - "utilo>=2.109.1,<3.0.0", + "utilo>=2.110.2,<3.0.0", ] keywords = [] classifiers = [ @@ -29,9 +29,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.2,<2.0.0", + "hoverpower>=1.7.0,<2.0.0", "upainter>=1.0.0,<2.0.0", - "utilotest>=1.0.5,<2.0.0", + "utilotest>=1.1.1,<2.0.0", ] [project.urls] @@ -43,8 +43,8 @@ ughost = "ughost.cli:main" [build-system] requires = [ - "setuptools>=83.0.0", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta"