diff --git a/pyproject.toml b/pyproject.toml index 4f41d08..4f28165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pillow>=12.3.0,<13.0.0", "utilo>=2.109.0,<3.0.0", "configos>=1.0.4,<2.0.0", - "iamraw>=4.91.7,<5.0.0", + "iamraw>=4.92.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", @@ -40,7 +40,7 @@ dev = [ "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"