diff --git a/pyproject.toml b/pyproject.toml index 4f41d08..10a85b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ authors = [ dependencies = [ "pdfminer.six>=20260107,<20270000", "pillow>=12.3.0,<13.0.0", - "utilo>=2.109.0,<3.0.0", + "utilo>=2.109.1,<3.0.0", "configos>=1.0.4,<2.0.0", - "iamraw>=4.91.7,<5.0.0", + "iamraw>=4.93.0,<5.0.0", "protoerror>=3.20.2,<4.0.0", "ughost>=1.0.1,<2.0.0", "pdflog>=1.0.2,<2.0.0", @@ -33,14 +33,14 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.1,<2.0.0", + "hoverpower>=1.5.2,<2.0.0", "jamer>=1.0.2,<2.0.0", - "utilotest>=1.0.4,<2.0.0", - "gennex>=1.0.3,<2.0.0", + "utilotest>=1.0.5,<2.0.0", + "gennex>=1.1.0,<2.0.0", "yamlfix>=1.19.1,<2.0.0", ] table = [ - "camelot_py>=1.0.9,<2.0.0", + "camelot_py>=2.0.0,<3.0.0", ] [project.urls] @@ -56,7 +56,7 @@ spacestation = "spacestation.cli:main" [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=83.0.0", "wheel>=0.47.0", ] build-backend = "setuptools.build_meta"