diff --git a/pyproject.toml b/pyproject.toml index 4f41d08..bd0b0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"