diff --git a/pyproject.toml b/pyproject.toml index afe8021..9f3dd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ authors = [ ] dependencies = [ - "utilo>=2.107.5,<3.0.0", - "iamraw>=4.91.4,<5.0.0", - "Pillow>=12.2.0,<13.0.0", + "utilo>=2.109.0,<3.0.0", + "iamraw>=4.91.7,<5.0.0", + "Pillow>=12.3.0,<13.0.0", "pdflog>=1.0.2,<2.0.0", ] @@ -27,8 +27,8 @@ license-files = ["LICENSE"] [project.optional-dependencies] dev = [ - "utilotest>=1.0.3,<2.0.0", - "hoverpower>=1.1.0,<2.0.0", + "utilotest>=1.0.4,<2.0.0", + "hoverpower>=1.5.1,<2.0.0", "upainter>=1.0.0,<2.0.0", ] @@ -41,7 +41,7 @@ ghost = "ughost.cli:main" [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=83.0.0", "wheel>=0.47.0" ] build-backend = "setuptools.build_meta"